2023-05-22 18:31:22 -04:00
|
|
|
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
|
|
|
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
2023-08-21 03:20:50 -04:00
|
|
|
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
2023-05-22 18:31:22 -04:00
|
|
|
--cert-name grapheneos.org \
|
|
|
|
-d grapheneos.org \
|
|
|
|
-d www.grapheneos.org \
|
|
|
|
-d grapheneos.app \
|
|
|
|
-d www.grapheneos.app \
|
|
|
|
-d grapheneos.ca \
|
|
|
|
-d www.grapheneos.ca \
|
|
|
|
-d grapheneos.com \
|
|
|
|
-d www.grapheneos.com \
|
|
|
|
-d grapheneos.dev \
|
|
|
|
-d www.grapheneos.dev \
|
|
|
|
-d grapheneos.info \
|
|
|
|
-d www.grapheneos.info \
|
|
|
|
-d grapheneos.net \
|
|
|
|
-d www.grapheneos.net \
|
|
|
|
-d grapheneos.ovh \
|
|
|
|
-d www.grapheneos.ovh \
|
|
|
|
-d grapheneos.page \
|
|
|
|
-d www.grapheneos.page \
|
|
|
|
-d vanadium.app \
|
|
|
|
-d www.vanadium.app
|