From aed216a62e0b48ad065396d8dc9baa858be36b56 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 16 Mar 2025 16:18:16 -0400 Subject: [PATCH] update filenames in docker documentation --- distrib/docker/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/docker/README.md b/distrib/docker/README.md index 6dc7a55e..d3e214da 100644 --- a/distrib/docker/README.md +++ b/distrib/docker/README.md @@ -85,8 +85,8 @@ docker kill -s SIGHUP ergo ## Using custom TLS certificates -TLS certs will by default be read from /ircd/tls.crt, with a private key -in /ircd/tls.key. You can customise this path in the ircd.yaml file if +TLS certs will by default be read from /ircd/fullchain.pem, with a private key +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 on using Let's Encrypt certificates, see [this manual entry](https://github.com/ergochat/ergo/blob/master/docs/MANUAL.md#using-valid-tls-certificates).