Created
May 12, 2016 15:53
-
-
Save Tea23/3d39e5dc5822ac348233aa91c244817d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cp /var/lib/znc/.znc/znc.pem /home/letsencrypt/znc.pem.`date +%d-%m-%y` | |
cat /etc/letsencrypt.sh/certs/warhaggis.com/privkey.pem > /var/lib/znc/.znc/znc.pem | |
cat /etc/letsencrypt.sh/certs/warhaggis.com/fullchain.pem >> /var/lib/znc/.znc/znc.pem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment