mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 19:46:19 +00:00
Remove OCSP
This commit is contained in:
parent
3a5bb2e22a
commit
c3690696cc
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ proxy
|
||||||
|
|
||||||
# Run certbot
|
# Run certbot
|
||||||
sudo certbot --nginx --non-interactive --agree-tos --no-eff-email -m eff@${_domain} -d ${domain} \
|
sudo certbot --nginx --non-interactive --agree-tos --no-eff-email -m eff@${_domain} -d ${domain} \
|
||||||
--staple-ocsp --hsts --no-redirect --renew-hook 'docker exec --interactive --tty myvemail /bin/ash -c "dovecot reload; postfix reload"'
|
--hsts --no-redirect --renew-hook 'docker exec myvemail /bin/ash -c "dovecot reload; postfix reload"'
|
||||||
|
|
||||||
# Add http2 and http3 directives
|
# Add http2 and http3 directives
|
||||||
sudo sed -e '/listen 80/d' \
|
sudo sed -e '/listen 80/d' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue