Let's Encrypt is a certificate authority service that offers free TLS/SSL certificates.
Install Let's Encrypt SSL Free For Website:
service nginx stop
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install python-certbot-nginx
certbot --nginx --redirect
service nginx start
certbot renew