mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-08-02 11:36:13 -04:00
add staging nameserver certbot setup
This commit is contained in:
parent
38bb002a01
commit
ebd0c7d8d0
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue