By fierysoft
I followed the following tutorial to set https for my website: https://www.digitalocean.com/community/tutorials/how-to-deploy-a-laravel-application-with-nginx-on-ubuntu-16-04
But, I got stuck at this place - Step 6 — Securing your Application with TLS
There are no ssl-*.conf in my snippets folder to match the lines in the above conf file for TLS. I did not see any other errors up to this point. I can view my site with Http, but not HTTPS. Please advise.
include snippets/ssl-example.com.conf;
include snippets/ssl-params.conf;
The following command:
$ sudo nginx -t
yields:
nginx: [emerg] open() "/etc/nginx/snippets/ssl-example.com.conf" failed (2: No such file or directory) in /etc/nginx/sites-enabled/example.com:13
Yes, those files aren’t there. So, I guess the tutorial skipped the step that generated those files.
The following command:
$ ls /etc/nginx/snippets
yields:
fastcgi-php.conf
snakeoil.conf
Clearly the ssl-*.conf files are missing.
Please help.
Thanks in advance.
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!
Accepted Answer
After playing around some time with Google, I found the resources I needed to solve this issue. I have outlined the steps I did here: Unable To Set HTTPS Using LetsEncrypt
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.