From 532a48d2d07737e0a79c0c3c65a7ebce71acd887 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 15 Nov 2021 23:29:26 -0500 Subject: [PATCH] ngircd: Use TLS cert from uacme gamja refuses to use the self-signed cert, which makes the onboarding process a bit harder! --- etc/ngircd/ngircd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/ngircd/ngircd.conf b/etc/ngircd/ngircd.conf index 448dcac..4d3cee1 100644 --- 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] -- libgit2 1.1.1