Remove OCSP

This commit is contained in:
myve 2025-06-12 16:36:03 +00:00
commit 74acf7592c

View file

@ -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