diff options
author | Joubert RedRat <eu+github@redrat.com.br> | 2016-11-07 11:53:29 -0200 |
---|---|---|
committer | Andrey Nering <andrey.nering@gmail.com> | 2016-11-07 13:26:19 -0200 |
commit | 9c434ccc5060b1fb1d30e268c9c5a71b00230cd7 (patch) | |
tree | c610274876701e8cada2f19cd9f7e95f6956be59 /conf | |
parent | 28bee2810221f9da62443e4dc1c52199f1dc4d1b (diff) | |
download | gitea-9c434ccc5060b1fb1d30e268c9c5a71b00230cd7.tar.gz gitea-9c434ccc5060b1fb1d30e268c9c5a71b00230cd7.zip |
Change binary name from main to gitea
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 131926a8c9..0533d0326f 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -120,7 +120,7 @@ MINIMUM_KEY_SIZE_CHECK = false OFFLINE_MODE = false DISABLE_ROUTER_LOG = false ; Generate steps: -; $ ./main cert -ca=true -duration=8760h0m0s -host=myhost.example.com +; $ ./gitea cert -ca=true -duration=8760h0m0s -host=myhost.example.com ; ; Or from a .pfx file exported from the Windows certificate store (do ; not forget to export the private key): |