mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-22 21:49:22 -05:00
25 lines
781 B
Org Mode
25 lines
781 B
Org Mode
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
|
|
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
|
|
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
|
--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
|