andreaswolf / ansible-role-letsencrypt

Ansible role for generating certificates with acme-tiny via Let’s encrypt
46 stars 20 forks source link

Nginx Integration #40

Open jasperf opened 7 years ago

jasperf commented 7 years ago

I did not see anything at first sight that updated the server configuration of Nginx or Apache to server content over port 443 instead of 80. And you mentioned:

For every hostname you want to support, you need to have a web server configured and add an alias that points to the directory configured with dehydrated_challenges_directory.

I am using Geerlingguy.nginx and was surfing the web for an option to add Let's Encrypt certificates to my current Laravel LEMP project Stedding. Are there examples I could look at to make the two play nice together?