3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-05-31 11:57:37 +02:00

update filenames in docker documentation

This commit is contained in:
Shivaram Lingamneni 2025-03-16 16:18:16 -04:00
parent f3e24c7bdb
commit aed216a62e

View File

@ -85,8 +85,8 @@ docker kill -s SIGHUP ergo
## Using custom TLS certificates ## Using custom TLS certificates
TLS certs will by default be read from /ircd/tls.crt, with a private key TLS certs will by default be read from /ircd/fullchain.pem, with a private key
in /ircd/tls.key. You can customise this path in the ircd.yaml file if in /ircd/privkey.pem. You can customise this path in the ircd.yaml file if
you wish to mount the certificates from another volume. For information you wish to mount the certificates from another volume. For information
on using Let's Encrypt certificates, see on using Let's Encrypt certificates, see
[this manual entry](https://github.com/ergochat/ergo/blob/master/docs/MANUAL.md#using-valid-tls-certificates). [this manual entry](https://github.com/ergochat/ergo/blob/master/docs/MANUAL.md#using-valid-tls-certificates).