From 65d1841357595d3f8393a8c5c7d05dfae41385f1 Mon Sep 17 00:00:00 2001 From: deepend Date: Sat, 8 Jul 2023 14:39:12 +0000 Subject: [PATCH] Update 'roles/shell/files/etc/letsencrypt/renewal-hooks/deploy/update-znc.pem' --- .../etc/letsencrypt/renewal-hooks/deploy/update-znc.pem | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/shell/files/etc/letsencrypt/renewal-hooks/deploy/update-znc.pem b/roles/shell/files/etc/letsencrypt/renewal-hooks/deploy/update-znc.pem index 7ac930e..578c20d 100755 --- a/roles/shell/files/etc/letsencrypt/renewal-hooks/deploy/update-znc.pem +++ b/roles/shell/files/etc/letsencrypt/renewal-hooks/deploy/update-znc.pem @@ -1,9 +1,9 @@ #!/bin/bash #https://wiki.znc.in/Signed_SSL_certificate -DOMAIN="deb.thunix.net" +DOMAIN="thunix.net" ZNCPEM=/var/lib/znc/znc.pem echo "Updating znc.pem Before ZNC 1.7" -cat /etc/letsencrypt/live/$DOMAIN/privkey.pem > $ZNCPEM -cat /etc/letsencrypt/live/$DOMAIN/fullchain.pem >> $ZNCPEM +cat /etc/letsencrypt/live/thunix.net/privkey.pem > $ZNCPEM +cat /etc/letsencrypt/live/thunix.net/fullchain.pem >> $ZNCPEM \ No newline at end of file