mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-09-28 14:39:29 -04:00
split supl.grapheneos.org certificate for non-SNI
This commit is contained in:
parent
f9f3cdab05
commit
e9cbaebe22
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue