mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-15 21:07:34 -05:00
deploy-certbot: avoid syncing replicate.conf
This commit is contained in:
parent
934c5dbd53
commit
ca20c421a5
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ for host in ${hosts_certbot[@]}; do
|
|||
echo
|
||||
|
||||
rsync etc/logrotate.d/letsencrypt $remote:/etc/logrotate.d/
|
||||
rsync -r etc/systemd/system/certbot-renew.service.d/ $remote:/etc/systemd/system/certbot-renew.service.d/
|
||||
ssh $remote mkdir -p etc/systemd/system/certbot-renew.service.d
|
||||
rsync etc/systemd/system/certbot-renew.service.d/override.conf $remote:/etc/systemd/system/certbot-renew.service.d/override.conf
|
||||
|
||||
ssh $remote "systemctl daemon-reload &&
|
||||
systemctl enable --now certbot-renew.timer &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue