Files
webrtc/assets/cert/renew.sh
T
2023-07-18 19:43:19 +02:00

13 lines
307 B
Bash

#!/bin/sh
set +x
lego --path "/etc/ldap/cert" --email "${ACME_EMAIL}" --server "https://acme.zerossl.com/v2/DV90" --accept-tos --eab \
--kid "${ACME_KID}" \
--hmac "${ACME_HMAC}" \
--key-type "rsa4096" \
--dns "httpreq" \
--domains "${ACME_DOMAINS}" \
--pem \
renew \
--renew-hook="systemctl restart ring"