Enable https ubuntu Apache2. http://localhost to https://localhost

Published: 01 January 1970
on channel: Coders Gateway - Web Tech solutions
53
1

Reference i got it from below url

https://www.digitalocean.com/communit...

Commands used
---------------------------------
1 sudo apt update
2 sudo ufw allow "Apache Full"
3 sudo a2enmod ssl
4 sudo systemctl restart apache2
5 sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt
6 sudo gedit
7 sudo apache2ctl configtest
8 sudo systemctl reload apache2


/etc/apache2/sites-available/000-default.conf

VirtualHost *:443

ServerName localhost
DocumentRoot /var/www/html

SSLEngine on
SSLCertificateFile /etc/ssl/certs/apache-selfsigned.crt
SSLCertificateKeyFile /etc/ssl/private/apache-selfsigned.key

/VirtualHost


Watch video Enable https ubuntu Apache2. http://localhost to https://localhost online without registration, duration hours minute second in high quality. This video was added by user Coders Gateway - Web Tech solutions 01 January 1970, don't forget to share it with your friends and acquaintances, it has been viewed on our site 53 once and liked it 1 people.