G
Size: a a a
G
G
AS
DD
G
SK
G
DD
G
G
13 2 * * * /home/pi/certbot-auto renew --quiet --no-self-upgrade --preferred-challenges http-01
G
G
G
13 2 * * * /home/pi/certbot-auto renew --quiet --no-self-upgrade --preferred-challenges http-01 --post-hook "sh /root/copycert.sh"
G
G
cat /root/copycert.sh
#!/bin/sh
cat /etc/letsencrypt/live/gluek.ha/privkey.pem > /home/homeassistant/privkey.pem
cat /etc/letsencrypt/live/gluek.ha/fullchain.pem > /home/homeassistant/fullchain.pem
systemctl restart home-assistant@homeassistant
DD
13 2 * * * /home/pi/certbot-auto renew --quiet --no-self-upgrade --preferred-challenges http-01 --post-hook "sh /root/copycert.sh"
G
G
DD
G