Learn Steps

Making your domain run on SSL i.e. making it https for free. Part 4 of Setting up blog with WordPress and Nginx

We have been through the basic of all the three previous tutorials. We have successfully setup AWS , nginx wordpress and SMTP server. So will move to our next step making our website run over SSL. Note here that till now what we have done everything is free except the AWS which will cost you after a certain time. For now lets proceed.

So let us first know what is SSL and why it is important. SSL is a protocol which provides a secure channel between the two machines and everyone use it because it is now very easy to read content over http using MITM Attack.

What all we use for SSL? We are going to use open certificate authority letsencrypt for our SSL.

Follow these steps :

So with this we came to the end of this four part tutorials if you have any problem related to any part please do comment. Also if you like the tutorial please do share.If you missed the first three go read them here.

Part 1- Setup aws and nginx
Part 2- WordPress under nginx
Part 3- Setting up SMTP and domain name mapping.