2024-06-24 10:21:29 -07:00
|
|
|
certbot certonly --webroot --webroot-path /srv/nginx --no-eff-email \
|
2024-06-24 23:10:21 -07:00
|
|
|
--key-type ecdsa --must-staple \
|
2024-06-24 10:21:29 -07:00
|
|
|
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
|
|
|
--cert-name uptime.yourdomain.tld \
|
|
|
|
-d uptime.yourdomain.tld
|
2024-06-29 14:56:28 -07:00
|
|
|
|
|
|
|
restorecon -Rv /var/cache/certbot-ocsp-fetcher
|