I just enable ssl by following below guide. Everything works fine. https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-18-04
But I’ve one problem. I want to upgrade http from htt1 to http2 and for this I’m following below guide.
But ssl-params.conf file is missing from snippets folder. Even ssl is working perfectly. Do I need to create file manually or I’m missing some things.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
If the ssl-params.conf file is missing you can create it:
/etc/nginx/snippets/ssl-params.conf
You can enter the ssl ciphers, check the nginx syntax:
nginx -t
and then restart nginx:
systemctl restart nginx
Let me know how it goes. Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.