mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-07-21 14:09:03 -04:00
add dnsdist deploy-hook setup for ns1.staging.grapheneos.org
This commit is contained in:
parent
c140d98366
commit
72ffc14258
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --preferred-profile tlsserver \
|
||||
--deploy-hook "nginx -s reload" \
|
||||
--deploy-hook "nginx -s reload; rsync -rLvc --delete --chmod=D750,F640 --chown root:dnsdist /etc/letsencrypt/live/ /etc/letsencrypt/dnsdist/; dnsdist -c -e 'reloadAllCertificates()'" \
|
||||
--cert-name ns1.staging.grapheneos.org \
|
||||
-d ns1.staging.grapheneos.org \
|
||||
-d ns2.staging.grapheneos.org \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue