mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 21:49:22 -05:00
add staging nameserver certbot setup
This commit is contained in:
parent
38bb002a01
commit
ebd0c7d8d0
6
certbot/ns1.staging.grapheneos.org
Normal file
6
certbot/ns1.staging.grapheneos.org
Normal 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
|
Loading…
Reference in New Issue
Block a user