Answers for "create self signed certificate for localhost ubuntu"

0

create self signed certificate for localhost ubuntu

sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/ssl/private/apache-selfsigned.key -out /etc/ssl/certs/apache-selfsigned.crt
Posted by: Guest on September-27-2020

Code answers related to "create self signed certificate for localhost ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language