How to create a self signed certificate for apache2 - MrLiambi's blog

Breaking

My tweets

Advertisement

How to create a self signed certificate for apache2

 


sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048

-keyout /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt

No comments:

Post a Comment