Bug#1009933: mumble-server: Failed to read /etc/letsencrypt/live/<domain>/...
Gerald Turner
gturner at unzane.com
Wed Jul 30 21:26:32 BST 2025
FWIW, I use the attached renewal hook.
--
Gerald Turner <gturner at unzane.com> Encrypted mail preferred!
OpenPGP: 4096R / CA89 B27A 30FA 66C5 1B80 3858 EC94 2276 FDB8 716D
-------------- next part --------------
#!/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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 962 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-voip-maintainers/attachments/20250730/f9c24fc9/attachment.sig>
More information about the Pkg-voip-maintainers
mailing list