commit 532a48d2d07737e0a79c0c3c65a7ebce71acd887 (patch) parent a3166307401b9b7c2938fa6589231e1479a727fd Author: alex <alex@garbash.com> Date: Mon, 15 Nov 2021 23:29:26 -0500 ngircd: Use TLS cert from uacme gamja refuses to use the self-signed cert, which makes the onboarding process a bit harder! Diffstat:
M | etc/ngircd/ngircd.conf | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/ngircd/ngircd.conf b/etc/ngircd/ngircd.conf @@ -17,8 +17,8 @@ PingTimeout = 60 [SSL] - CertFile = /etc/ngircd/cert.pem - KeyFile = /etc/ngircd/key.pem + CertFile = /etc/ssl/uacme/garbash.com/cert.pem + KeyFile = /etc/ssl/uacme/private/garbash.com/key.pem Ports = 6697 [Options]