From a76f259c23ca035b1135f9923d71c09752300e43 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 8 Nov 2025 23:28:40 -0500 Subject: [PATCH] certbot: add nominatim.staging.grapheneos.org --- certbot/staging.grapheneos.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/certbot/staging.grapheneos.org b/certbot/staging.grapheneos.org index 4627417..7d4f5b3 100644 --- a/certbot/staging.grapheneos.org +++ b/certbot/staging.grapheneos.org @@ -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