mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 05:35:00 -05:00
short ISRG Root X1 chain is now the default
This commit is contained in:
parent
aacde289bf
commit
1ed92eb04c
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--key-type ecdsa --reuse-key --must-staple \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name grapheneos.network \
|
||||
-d grapheneos.network \
|
||||
@ -20,7 +20,7 @@ certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
-d dl.vanadium.app
|
||||
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type rsa --rsa-key-size 3072 --reuse-key --preferred-chain "ISRG Root X1" \
|
||||
--key-type rsa --rsa-key-size 3072 --reuse-key \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name supl.grapheneos.org \
|
||||
-d supl.grapheneos.org
|
||||
|
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--key-type ecdsa --reuse-key --must-staple \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name grapheneos.org \
|
||||
-d grapheneos.org \
|
||||
|
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--key-type ecdsa --reuse-key --must-staple \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name ns2.grapheneos.org \
|
||||
-d ns2.grapheneos.org \
|
||||
|
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--key-type ecdsa --reuse-key --must-staple \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name releases.grapheneos.org \
|
||||
-d releases.grapheneos.org \
|
||||
|
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--key-type ecdsa --reuse-key --must-staple \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name attestation.app \
|
||||
-d attestation.app \
|
||||
|
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--key-type ecdsa --reuse-key --must-staple \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name discuss.grapheneos.org \
|
||||
-d discuss.grapheneos.org
|
||||
|
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--key-type ecdsa --reuse-key --must-staple \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name grapheneos.social \
|
||||
-d grapheneos.social \
|
||||
|
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type rsa --rsa-key-size 3072 --reuse-key --preferred-chain "ISRG Root X1" \
|
||||
--key-type rsa --rsa-key-size 3072 --reuse-key \
|
||||
--deploy-hook "postfix reload; dovecot reload" \
|
||||
--cert-name mail.grapheneos.org \
|
||||
-d mail.grapheneos.org \
|
||||
|
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--key-type ecdsa --reuse-key --must-staple \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name matrix.grapheneos.org \
|
||||
-d matrix.grapheneos.org \
|
||||
|
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--key-type ecdsa --reuse-key --must-staple \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name mta-sts.mail.grapheneos.org \
|
||||
-d mail.grapheneos.org \
|
||||
|
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--key-type ecdsa --reuse-key --must-staple \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name ns1.grapheneos.org \
|
||||
-d ns1.grapheneos.org \
|
||||
|
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--key-type ecdsa --reuse-key --must-staple \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name ns1.staging.grapheneos.org \
|
||||
-d ns1.staging.grapheneos.org \
|
||||
|
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--key-type ecdsa --reuse-key --must-staple \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name staging.attestation.app \
|
||||
-d staging.attestation.app
|
||||
|
@ -1,5 +1,5 @@
|
||||
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
||||
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
||||
--key-type ecdsa --reuse-key --must-staple \
|
||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
||||
--cert-name staging.grapheneos.org \
|
||||
-d staging.grapheneos.org
|
||||
|
Loading…
Reference in New Issue
Block a user