sync-certs-to-etc-ssl.sh moved from hooks to bin dir
This commit is contained in:
parent
bc6679e4fb
commit
ac90b2db03
|
@ -29,10 +29,6 @@ mkdir -p /etc/letsencrypt/renewal-hooks/deploy/
|
||||||
cp etc/letsencrypt/renewal-hooks/deploy/cp-to-etc-ssl.sh /etc/letsencrypt/renewal-hooks/deploy/cp-to-etc-ssl.sh
|
cp etc/letsencrypt/renewal-hooks/deploy/cp-to-etc-ssl.sh /etc/letsencrypt/renewal-hooks/deploy/cp-to-etc-ssl.sh
|
||||||
chmod 750 /etc/letsencrypt/renewal-hooks/deploy/cp-to-etc-ssl.sh
|
chmod 750 /etc/letsencrypt/renewal-hooks/deploy/cp-to-etc-ssl.sh
|
||||||
chown root:root /etc/letsencrypt/renewal-hooks/deploy/cp-to-etc-ssl.sh
|
chown root:root /etc/letsencrypt/renewal-hooks/deploy/cp-to-etc-ssl.sh
|
||||||
mkdir -p /etc/letsencrypt/renewal-hooks/post/
|
|
||||||
cp etc/letsencrypt/renewal-hooks/post/sync-certs-to-etc-ssl.sh /etc/letsencrypt/renewal-hooks/post/sync-certs-to-etc-ssl.sh
|
|
||||||
chmod 750 /etc/letsencrypt/renewal-hooks/post/sync-certs-to-etc-ssl.sh
|
|
||||||
chown root:root /etc/letsencrypt/renewal-hooks/post/sync-certs-to-etc-ssl.sh
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
domain=`hostname -d`
|
domain=`hostname -d`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user