- 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
SSH into Ubuntu EC2 instance post blocking port 22 with UFW – Cloud Computing
How to uninstall apps on Mac completely
Developing a smart home application for Google Assistant and Alexa