diff options
author | Sandro Jäckel <sandro.jaeckel@gmail.com> | 2019-03-18 14:59:46 +0100 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-03-18 09:59:46 -0400 |
commit | c151682fae3b77a696af56a232671b41f828d54f (patch) | |
tree | 2c49508cef1fc6daca4a7a928f4b035a806a42dc /docs/content/doc/usage/https-support.md | |
parent | 82fbc82b632a1e57d4a691ba4c602234d17b75cf (diff) | |
download | gitea-c151682fae3b77a696af56a232671b41f828d54f.tar.gz gitea-c151682fae3b77a696af56a232671b41f828d54f.zip |
Fix headline (#6353)
Diffstat (limited to 'docs/content/doc/usage/https-support.md')
-rw-r--r-- | docs/content/doc/usage/https-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/https-support.md b/docs/content/doc/usage/https-support.md index 531d835ff2..5e1f4be56e 100644 --- a/docs/content/doc/usage/https-support.md +++ b/docs/content/doc/usage/https-support.md @@ -15,7 +15,7 @@ menu: # HTTPS setup to encrypt connections to Gitea - ## Using the built-in server +## Using the built-in server Before you enable HTTPS, make sure that you have valid SSL/TLS certificates. You could use self-generated certificates for evaluation and testing. Please run `gitea cert --host [HOST]` to generate a self signed certificate. |