mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-03 11:00:49 -05:00
switch domain order for nameserver certbot setup
This commit is contained in:
parent
ebd0c7d8d0
commit
f9bd8e2476
@ -2,6 +2,7 @@ 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 ns2.grapheneos.org \
|
||||
-d ns2.grapheneos.org \
|
||||
-d ns2.attestation.app \
|
||||
-d ns2.grapheneos.app \
|
||||
-d ns2.grapheneos.ca \
|
||||
@ -11,7 +12,6 @@ certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
-d ns2.grapheneos.net \
|
||||
-d ns2.grapheneos.network \
|
||||
-d ns2.grapheneos.online \
|
||||
-d ns2.grapheneos.org \
|
||||
-d ns2.grapheneos.ovh \
|
||||
-d ns2.grapheneos.page \
|
||||
-d ns2.grapheneos.social \
|
||||
|
@ -2,6 +2,7 @@ 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.grapheneos.org \
|
||||
-d ns1.grapheneos.org \
|
||||
-d ns1.attestation.app \
|
||||
-d ns1.grapheneos.app \
|
||||
-d ns1.grapheneos.ca \
|
||||
@ -11,7 +12,6 @@ certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
-d ns1.grapheneos.net \
|
||||
-d ns1.grapheneos.network \
|
||||
-d ns1.grapheneos.online \
|
||||
-d ns1.grapheneos.org \
|
||||
-d ns1.grapheneos.ovh \
|
||||
-d ns1.grapheneos.page \
|
||||
-d ns1.grapheneos.social \
|
||||
|
Loading…
Reference in New Issue
Block a user