I’m just wondering how possible to edit the ssl_protocols in official way because the instruction in the option-ssl-nginx.conf says don’t do it manually, but I can’t find any command for this.
Could you please advice?
Thanks!
I ran this command: sudo nano /etc/letsencrypt/options-ssl-nginx.conf
It produced this output:
# This file contains important security parameters. If you modify this file
# manually, Certbot will be unable to automatically provide future security
# updates. Instead, Certbot will print and log an error message with a path to
# the up-to-date file that you will need to refer to when manually updating
# this file.
The idea with options-ssl-nginx.conf is, that the certbot developers will decide for you what the most optimal configuration should/could be. As far as I know, mostly the Mozilla recommendations are followed, I think (but I'm not sure?) the intermediate recommendation.
If you don't like that idea, but you do like the automated installation of certificates by certbot (which includes a link to the options-ssl-nginx.conf file), you are allowed to edit the file! Just as the warning says. The only thing is, it isn't updated any longer if the certbot team decides something else is better. However, you decided you know the configuration better than the certbot team anyway, so there's no issue anyway