diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-22 17:30:58 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-22 17:30:58 -0400 |
commit | 135d3733b3f31644705abaa34fc3c56cda4707bf (patch) | |
tree | fb04e9732581ce95ed0633c3bfe9eb5726e7369b /conf | |
parent | 3f707b3f3265c4b3e64e47ee172cc878f3325248 (diff) | |
download | gitea-135d3733b3f31644705abaa34fc3c56cda4707bf.tar.gz gitea-135d3733b3f31644705abaa34fc3c56cda4707bf.zip |
Feature: Integrate crypto/tls/generate_cert.go command
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/app.ini b/conf/app.ini index ba73a0e8b2..6c65fd2136 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -21,7 +21,7 @@ OFFLINE_MODE = false DISABLE_ROUTER_LOG = false ; Generate steps: ; $ cd path/to/gogs/custom/https -; $ go run $GOROOT/src/pkg/crypto/tls/generate_cert.go -ca=true -duration=8760h0m0s -host=myhost.example.com +; $ ./gogs cert -ca=true -duration=8760h0m0s -host=myhost.example.com CERT_FILE = custom/https/cert.pem KEY_FILE = custom/https/key.pem ; Upper level of template and static file path |