1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-16 12:14:42 -04:00

Remove OCSP from certbot command

This commit is contained in:
Tommy 2024-07-26 06:57:55 -07:00 committed by GitHub
parent f2f21b3015
commit 1b00f35f8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,8 +58,7 @@ exit
```
certbot certonly --nginx --no-eff-email \
--key-type ecdsa --must-staple \
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
--key-type ecdsa
--cert-name drupal.yourdomain.tld \
-d drupal.yourdomain.tld
```