add staging nameserver certbot setup

This commit is contained in:
Daniel Micay 2023-11-05 01:32:44 -05:00
parent 38bb002a01
commit ebd0c7d8d0

View File

@ -0,0 +1,6 @@
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
--cert-name ns1.staging.grapheneos.org \
-d ns1.staging.grapheneos.org \
-d ns1.staging.attestation.app