My tech blog
My tech blog
Showing posts with label
ssl
.
Show all posts
Showing posts with label
ssl
.
Show all posts
Wednesday, 23 December 2015
Create self signed certificate in ubuntu
sudo mkdir /etc/apache2/ssl
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/apache2/ssl/apache.key -out /etc/apache2/ssl/apache.crt
Older Posts
Home
Subscribe to:
Posts (Atom)