NGINX-Configs/certbot/default-quic

7 lines
305 B
Plaintext

certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
--key-type ecdsa --must-staple \
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
--cert-name hostname.of.your.server \
-d hostname.of.your.server
restorecon -Rv /var/cache/certbot-ocsp-fetcher