FWIW, I use the attached renewal hook.

-- 
Gerald Turner <[email protected]>        Encrypted mail preferred!
OpenPGP: 4096R / CA89 B27A 30FA 66C5 1B80  3858 EC94 2276 FDB8 716D
#!/bin/sh

set -e

# Ensure correct certificate in case certbot is handling multiple domains
#if [ "${RENEWED_LINEAGE}" != "/etc/letsencrypt/live/example.com" ] ; then
#  exit 0
#fi

/bin/cp -pL ${RENEWED_LINEAGE}/*.pem /etc/mumble
/bin/chown mumble-server:mumble-server /etc/mumble/*.pem
exec /bin/systemctl systemctl kill mumble-server.service --signal=SIGUSR1

Attachment: signature.asc
Description: PGP signature

Reply via email to