Explorar el Código

cerbot renew hook - add slapd restart

master
Julien Toscano hace 2 años
padre
commit
d6d5a4241c
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      hook/certbot_deploy_hook

+ 3
- 0
hook/certbot_deploy_hook Ver fichero

@@ -9,6 +9,9 @@ nginx -t && service nginx reload
service postfix reload
# Reload dovecot
service dovecot reload
# Copy SSL cert and reload slapd
cp /etc/letsencrypt/live/allella.io/*.pem /etc/ldap/tls/
service slapd restart

# End deploy_hook
echo "End certbot deploy_hook process"

Cargando…
Cancelar
Guardar