mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-19 14:32:27 -05:00
add initial session ticket key synchronization
This commit is contained in:
parent
f9430a1aeb
commit
9fde84c877
7 changed files with 121 additions and 1 deletions
|
|
@ -10,7 +10,9 @@ for host in ${hosts_primary[@]}; do
|
|||
echo $host
|
||||
echo
|
||||
|
||||
rsync --chmod=F755 certbot-replicate $remote:/usr/local/bin/
|
||||
rsync --chmod=F755 certbot-replicate session-ticket-keys-sync $remote:/usr/local/bin/
|
||||
rsync etc/systemd/system/certbot-renew.service.d/replicate.conf $remote:/etc/systemd/system/certbot-renew.service.d/
|
||||
rsync etc/systemd/system/session-ticket-keys-sync.{service,timer} $remote:/etc/systemd/system/
|
||||
ssh $remote systemctl daemon-reload
|
||||
ssh $remote systemctl enable --now session-ticket-keys-sync.timer
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue