mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 01:21:33 -05:00
Remove OCSP from certbot command
This commit is contained in:
parent
f2f21b3015
commit
1b00f35f8f
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user