split supl.grapheneos.org certificate for non-SNI

This commit is contained in:
Daniel Micay 2025-05-08 22:11:06 -04:00
parent f9f3cdab05
commit e9cbaebe22

View file

@ -22,7 +22,13 @@ 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 \
--key-type rsa --rsa-key-size 3072 --reuse-key --preferred-profile tlsserver \
--deploy-hook "nginx -s reload" \
--cert-name supl.grapheneos.org \
-d supl.grapheneos.org
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--key-type rsa --rsa-key-size 3072 --reuse-key \
--deploy-hook "nginx -s reload" \
--cert-name classic.supl.grapheneos.org \
-d supl.grapheneos.org