certbot: add nominatim.staging.grapheneos.org

This commit is contained in:
Daniel Micay 2025-11-08 23:28:40 -05:00
parent 3b5589f117
commit a76f259c23

View file

@ -3,3 +3,9 @@ certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--deploy-hook "nginx -s reload" \
--cert-name staging.grapheneos.org \
-d staging.grapheneos.org
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--key-type ecdsa --reuse-key --required-profile tlsserver \
--deploy-hook "nginx -s reload" \
--cert-name staging.grapheneos.network \
-d nominatim.staging.grapheneos.org