Reputation: 216
How i can take ssl certification for my website. Right now it is like http. I want to change it to https. How i can do this. Is it possible in free of cost, without any security issues.
Please some one help me
Upvotes: 3
Views: 96
Reputation: 961
check out lets encrypt
if you're using apache on server then these 2 commands will help you easily
# certbot installation
sudo apt-get install python-certbot-apache
#auto configure for apache
certbot --apache -d domain.com
Upvotes: 2
Reputation: 226
If you have server for your website and you can access to console please follow steps in this link https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-16-04.
Otherwise you must reach to your host company for providing SSL certificate.
Don't worry while using letsencript, it is free and secure.
Upvotes: 7
Reputation: 2093
check this tutorial Link. All installations and configurations are provided..
Upvotes: 1
Reputation: 434
Yes its possible.
Please follow the below link, it will help you a lot.
Upvotes: 2