graphene-os-server-infrastr.../certbot/attestation.app
2023-05-22 18:44:50 -04:00

8 lines
356 B
Erlang

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 attestation.app \
-d attestation.app \
-d mta-sts.attestation.app \
-d www.attestation.app