mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-09 13:49:26 -05:00
6 lines
287 B
Org Mode
6 lines
287 B
Org Mode
certbot certonly --standalone --no-eff-email \
|
|
--key-type rsa --rsa-key-size 3072 --reuse-key --preferred-chain "ISRG Root X1" \
|
|
--deploy-hook "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
|
|
--cert-name staging.grapheneos.org \
|
|
-d staging.grapheneos.org
|