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.