Debian, create self signed SSL certificate: Difference between revisions

From Andreida
(Created page with "* install openssl apt-get install openssl * create the key openssl req -new -x509 -days 20000 -nodes -out YourContext.pem -keyout YourContext.key")
 
(No difference)

Latest revision as of 08:53, 1 February 2016

  • install openssl
 apt-get install openssl
  • create the key
openssl req -new -x509 -days 20000 -nodes -out YourContext.pem -keyout YourContext.key