update filenames in docker documentation
Some checks are pending
build / build (push) Waiting to run
ghcr / Build (push) Waiting to run

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).