mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 03:31: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 \
|
certbot certonly --nginx --no-eff-email \
|
||||||
--key-type ecdsa --must-staple \
|
--key-type ecdsa
|
||||||
--deploy-hook "certbot-ocsp-fetcher -o /var/cache/certbot-ocsp-fetcher" \
|
|
||||||
--cert-name drupal.yourdomain.tld \
|
--cert-name drupal.yourdomain.tld \
|
||||||
-d drupal.yourdomain.tld
|
-d drupal.yourdomain.tld
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user