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 …
Enable Secure SSL with HTTP2 support in NGINX for WordPress Read More »