OpenSSL

From Anthony Pastor Wiki Notes - Verba volant, scripta manent
Revision as of 12:03, 26 April 2016 by Anthoanthop (talk | contribs) (Created page with "== Global == * Generate a self-signer certificate without passphrase in one line: <syntaxhighlight lang="bash"> openssl req -nodes -new -x509 -keyout server.key -out server.c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Global

  • Generate a self-signer certificate without passphrase in one line:
openssl req -nodes -new -x509 -keyout server.key -out server.cert -days 3650