]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Debian package: Configure the system CA certificates store
authorAlexander Barton <alex@barton.de>
Sun, 21 Jan 2024 13:13:33 +0000 (14:13 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 21 Jan 2024 13:14:59 +0000 (14:14 +0100)
contrib/Debian/rules

index 4be91f360cf5e374ce7c7eea1a73f8c559dccf5e..bf2ee6524f4c7cbe0616e0dc50231be0b1b22abb 100755 (executable)
@@ -35,6 +35,7 @@ execute_after_dh_auto_install:
         -e "s|;ServerGID = 65534|ServerGID = irc|g" \
         -e "s|;PidFile = /var/run/ngircd/ngircd.pid|PidFile = /run/ircd/ngircd.pid|g" \
         -e "s|;PAM = yes|PAM = no|g" \
+        -e "s|;CAFile = /etc/ssl/CA/cacert.pem|CAFile = /etc/ssl/certs/ca-certificates.crt|g" \
         $(CURDIR)/debian/ngircd/usr/share/doc/ngircd/sample-ngircd.conf \
         >>$(CURDIR)/debian/ngircd/etc/ngircd/ngircd.conf