mirror of
https://git.myvelabs.com/docker/myvemailbackup.git
synced 2025-12-17 21:36:17 +00:00
Remove OCSP
This commit is contained in:
parent
3dd812c70d
commit
74acf7592c
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ fi
|
||||||
|
|
||||||
# Certbot
|
# Certbot
|
||||||
sudo certbot certonly --nginx --non-interactive --agree-tos --no-eff-email \
|
sudo certbot certonly --nginx --non-interactive --agree-tos --no-eff-email \
|
||||||
--staple-ocsp --hsts --no-redirect --renew-hook 'docker exec myvemailbackup postfix reload' \
|
--hsts --no-redirect --renew-hook 'docker exec myvemailbackup postfix reload' \
|
||||||
-m eff@${_domain} -d ${domain}
|
-m eff@${_domain} -d ${domain}
|
||||||
|
|
||||||
# Log
|
# Log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue