Debian, create self signed SSL certificate

From Andreida
Revision as of 08:53, 1 February 2016 by Andreas (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • install openssl
 apt-get install openssl
  • create the key
openssl req -new -x509 -days 20000 -nodes -out YourContext.pem -keyout YourContext.key