- https://www.sslforfree.com/ open website enter your domain
- Click Manually Verify Domain the domain.
- Follow the instructions and put the files relevant path.
- Download certificate and install on a webserver
Ex. install on Apache2 – Linux.
(/etc/apache2/sites-available/default-ssl.conf)
SSLEngine on
SSLCertificateFile /etc/ssl/private/certificate.crt
SSLCertificateKeyFile /etc/ssl/private/private.key
SSLCertificateChainFile /etc/ssl/private/ca_bundle.crt
5. Restart the apache server
DONE: https
More Stories
How to set EC2 Ubuntu default password
CPU & Memory usage in PHP
Install PHP mcrypt extension on Ubuntu