only synchronize keys and certificates to other nodes
This commit is contained in:
parent
ff742db293
commit
ad905ae41d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ ensure() {
|
|||
# awkward. A restricted rsync treats / as the remote location for the
|
||||
# certificates.
|
||||
for NODE in ${NODES}; do
|
||||
rsync -avHAX --delete-after /etc/letsencrypt/ ${NODE}:/
|
||||
rsync -avHAXL --delete-after /etc/letsencrypt/live/ ${NODE}:/live/
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue