Skip to content

Commit

Permalink
fix typo (#29212)
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcdstickfigure authored Feb 17, 2024
1 parent 33400a0 commit cb85ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/administration/https-support.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CERT_FILE = cert.pem
KEY_FILE = key.pem
```

Note that if your certificate is signed by a third party certificate authority (i.e. not self-signed), then cert.pem should contain the certificate chain. The server certificate must be the first entry in cert.pem, followed by the intermediaries in order (if any). The root certificate does not have to be included because the connecting client must already have it in order to estalbish the trust relationship.
Note that if your certificate is signed by a third party certificate authority (i.e. not self-signed), then cert.pem should contain the certificate chain. The server certificate must be the first entry in cert.pem, followed by the intermediaries in order (if any). The root certificate does not have to be included because the connecting client must already have it in order to establish the trust relationship.
To learn more about the config values, please checkout the [Config Cheat Sheet](administration/config-cheat-sheet.md#server-server).

For the `CERT_FILE` or `KEY_FILE` field, the file path is relative to the `GITEA_CUSTOM` environment variable when it is a relative path. It can be an absolute path as well.
Expand Down

0 comments on commit cb85ebc

Please sign in to comment.