Unknwon 9 years ago
parent
commit
8ecbf0f16d
4 changed files with 5 additions and 6 deletions
  1. 4 5
      cmd/cert_stub.go
  2. 0 1
      conf/app.ini
  3. 1 0
      conf/locale/TRANSLATORS
  4. 0 0
      modules/bindata/bindata.go

+ 4 - 5
cmd/cert_stub.go

@@ -14,11 +14,10 @@ import (
 )
 
 var CmdCert = cli.Command{
-	Name:  "cert",
-	Usage: "Generate self-signed certificate",
-	Description: `Generate a self-signed X.509 certificate for a TLS server. 
-Outputs to 'cert.pem' and 'key.pem' and will overwrite existing files.`,
-	Action: runCert,
+	Name:        "cert",
+	Usage:       "Generate self-signed certificate",
+	Description: `Please use build tags "cert" to rebuild Gogs in order to have this ability`,
+	Action:      runCert,
 }
 
 func runCert(ctx *cli.Context) {

+ 0 - 1
conf/app.ini

@@ -61,7 +61,6 @@ SSH_PORT = 22
 OFFLINE_MODE = false
 DISABLE_ROUTER_LOG = false
 ; Generate steps:
-; $ cd path/to/gogs/custom/https
 ; $ ./gogs cert -ca=true -duration=8760h0m0s -host=myhost.example.com
 ;
 ; Or from a .pfx file exported from the Windows certificate store (do

+ 1 - 0
conf/locale/TRANSLATORS

@@ -27,6 +27,7 @@ Natan Albuquerque <natanalbuquerque5 AT gmail DOT com>
 Odilon Junior <odilon DOT junior93 AT gmail DOT com>
 Thomas Fanninger <gogs DOT thomas AT fanninger DOT at>
 Tilmann Bach <tilmann AT outlook DOT com>
+Toni Villena Jiménez <tonivj5 AT gmail DOT com>
 Vladimir Vissoultchev <wqweto AT gmail DOT com>
 YJSoft <yjsoft AT yjsoft DOT pe DOT kr>
 Łukasz Jan Niemier <lukasz AT niemier DOT pl>

File diff suppressed because it is too large
+ 0 - 0
modules/bindata/bindata.go


Some files were not shown because too many files changed in this diff