How to Create a Self-Signed SSL Certificate for you websites using Apache on Ubuntu
Krishna's TechInfo
technologyapache web servercentos 8configure self signed certificateconfigure self signed certificate in tomcatconfigure ssl certificateconfigure ssl in apache ubuntudebian linuxhttpsinstall ssl certificatelinuxred hatredhat linuxredhat linux 7 tutorialsslssl certificatessl certificate for websitesssl certificate free
In this video i have discussed about How to Create a Self-Signed SSL Certificate for you websites using Apache on Ubuntu.
Self-Signed SSL Certificate creation command openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt
Add the below SSL configuration lines in virtual host configuration. SSLEngine on SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
Apache modules to be enabled a2enmod ssl a2enmod headers
For any queries reach me on below Skype ID Skype ID : krishnastechinfo@gmail.com ... https://www.youtube.com/watch?v=3vZMyFtCkKE
2021-09-29
0.0 LBC
Copyrighted (contact publisher)
11284952 Bytes