mirror of
https://git.myvelabs.com/docker/myvemailbackup.git
synced 2025-12-17 21:26:18 +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
|
||||
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}
|
||||
|
||||
# Log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue