In this short video tutorial you will learn about installation of free SSL certificate on your website or on your server. The SSL certificate will be issued from Let's Encrypt and is almost supported by every big platform.
Let's Encrypt provide free SSL certificate for 3 months whichcan be easily renewed every three months.
In this video I am using Amazon web server EC2 hosting and hosted my website https://codetra.xyz on AWS EC2.
Learn Free Web hosting on Amazon's AWS EC2
Click : http://codetra.xyz/v?5ae282
Convert PHP website to windows setup .exe
Click: https://codetra.xyz/blog/convert-php-...
I am using Wampserver for hosting my website data.
*Cant use angle bracket so be careful while copying this*
VirtualHost _default_:443
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
Directory "${INSTALL_DIR}/www/"
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride none
Require all granted
/Directory
SSLEngine on
SSLCertificateFile "${INSTALL_DIR}/www/conf/key/certificate.crt"
SSLCertificateChainFile "${INSTALL_DIR}/www/conf/key/ca_bundle.crt"
SSLCertificateKeyFile "${INSTALL_DIR}/www/conf/key/private.key"
/VirtualHost
*Must add angle bracket where needed.*
#ssl #free #certifiacate