2023-11-04 22:16:56 -04:00
|
|
|
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 \
|
2023-11-05 01:33:56 -05:00
|
|
|
-d ns2.grapheneos.org \
|
2023-11-04 22:16:56 -04:00
|
|
|
-d ns2.attestation.app \
|
|
|
|
-d ns2.grapheneos.app \
|
|
|
|
-d ns2.grapheneos.ca \
|
|
|
|
-d ns2.grapheneos.com \
|
|
|
|
-d ns2.grapheneos.dev \
|
2024-04-13 19:15:02 -04:00
|
|
|
-d ns2.grapheneos.foundation \
|
2023-11-04 22:16:56 -04:00
|
|
|
-d ns2.grapheneos.info \
|
|
|
|
-d ns2.grapheneos.net \
|
|
|
|
-d ns2.grapheneos.network \
|
|
|
|
-d ns2.grapheneos.online \
|
|
|
|
-d ns2.grapheneos.ovh \
|
|
|
|
-d ns2.grapheneos.page \
|
|
|
|
-d ns2.grapheneos.social \
|
|
|
|
-d ns2.seamlessupdate.app \
|
|
|
|
-d ns2.vanadium.app
|