From 92a99aec674a129724e02ebd3845bd96418e438d Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Tue, 24 Aug 2021 16:57:03 -0700 Subject: [PATCH] moved sync script --- .../letsencrypt-sync-certs-to-etc-ssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename etc/letsencrypt/renewal-hooks/post/sync-certs-to-etc-ssl.sh => bin/letsencrypt-sync-certs-to-etc-ssl.sh (98%) diff --git a/etc/letsencrypt/renewal-hooks/post/sync-certs-to-etc-ssl.sh b/bin/letsencrypt-sync-certs-to-etc-ssl.sh similarity index 98% rename from etc/letsencrypt/renewal-hooks/post/sync-certs-to-etc-ssl.sh rename to bin/letsencrypt-sync-certs-to-etc-ssl.sh index fd6d27a..c4fd8c0 100644 --- a/etc/letsencrypt/renewal-hooks/post/sync-certs-to-etc-ssl.sh +++ b/bin/letsencrypt-sync-certs-to-etc-ssl.sh @@ -1,6 +1,6 @@ #!/bin/bash -# sync-certs-to-etc-ssl.sh +# letsencrypt-sync-certs-to-etc-ssl.sh # # Takes all Let's Encrypt certs & keys and concats them in # to pem files for use by apache, dovecot, exim, haproxy, etc.