samoshkin / docker-letsencrypt-certgen

Docker image to generate, renew, revoke RSA and/or ECDSA SSL certificates from LetsEncrypt CA using certbot and acme.sh clients in automated fashion
MIT License
73 stars 23 forks source link

[Question] Is certbot option "--staple-ocsp" required to enable OCSP? #3

Closed p4twu closed 5 years ago

p4twu commented 5 years ago

Hi Alexey,

thanks for putting this together! I'm wondering why we don't add --staple-ocsp to the args list in certbot.sh if we use must-staple. Looking at the certbot docs [1] I can't figure out if the option is set implicitly.

[1] https://certbot.eff.org/docs/using.html#certbot-command-line-options

Thank you.

Best Patrick