Creating a self-signed SSL certificate

From Notes to self
Revision as of 00:09, 11 June 2015 by Verbovet (talk | contribs) (Created page with "<code>$ openssl req -new -x509 -sha256 -days 10000 -nodes -out server.crt -keyout server.key</code> Category: Linux")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

$ openssl req -new -x509 -sha256 -days 10000 -nodes -out server.crt -keyout server.key