Please refer to the following steps done after initialize setup of ubuntu 16.04 server in VMware vSphere 6.5
Enable Secure SSL with HTTP2 support in NGINX for WordPress
Following my previous blog to generate a wildcard SSL Certificate from Let’s Encrypt for *.aventistech.com su – Password: cd /etc/letsencrypt/live/aventistech.com/ ls #You should see the following SSL Cert README cert.pem chain.pem fullchain.pem privkey.pem #Create a SSL Directory for Nginx and Copy fullchain.pem & privkey.pem mkdir /etc/nginx/ssl cp /etc/letsencrypt/live/aventistech.com/fullchain.pem /etc/nginx/ssl/fullchain.pem cp /etc/letsencrypt/live/aventistech.com/privkey.pem /etc/nginx/ssl/privkey.pem Enable SSL with … Read more