graphene-os-server-infrastr.../certbot/grapheneos.social

8 lines
364 B
Plaintext
Raw Normal View History

2023-05-22 22:31:22 +00:00
certbot certonly --webroot --webroot-path /srv/certbot --no-eff-email \
--key-type ecdsa --reuse-key --must-staple --preferred-chain "ISRG Root X1" \
--deploy-hook "/usr/local/bin/certbot-ocsp-fetcher -o /etc/nginx/ocsp-cache" \
--cert-name grapheneos.social \
-d grapheneos.social \
-d mta-sts.grapheneos.social \
-d www.grapheneos.social