Wireless Army
This is a blog / tips and tricks website for web developers and security researchers.
follow us in feedly


apache2-ssl-certificate: command not found
by admin
 at 2018-03-15 01:30:00.

if after running apache2-ssl-certificate you get: -bash: apache2-ssl-certificate: command not found you can run this instead and it will do the same job for you:
sudo apt-get install ssl-cert
sudo mkdir /etc/apache2/ssl
sudo /usr/sbin/make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/apache.pem