Hello all,
I've just started using ee and I am very impressed so far I just need a little help configuring Let's Encrypt SSL please.
My config so far:
- Google Cloud Compute instance running Ubuntu 16.04 LTS
- ee installed WordPress with PHP7: ee site create example.com --wp --php7
- Manually activated multisite and installed this plugin
- Added three networks and tested the three sites in the different networks - all working on HTTP
- ee installed Let's Encrypt using: ee site update example.com --letsencrypt
- Tested the primary site and it's working with HTTPS and HTTP/2
- Added additional certificates for the two other sites: ./certbot-auto certonly --standalone -d devsite.com -d www.devsite.com --email systems@devsite.com --text --agree-tos
- Keys for all three sites are in: /etc/letsencrypt/live but I don't know how to make nginx use them!
I've tried adding server blocks into sites-enabled and I've tried adding additional .conf files in /var/www/example.com/conf/nginx when I do this nginx will not restart, now i'm kinda stuck! any help would be very much appreciated.
Thank you