Creating SSL Keys and CSRs

by Wolfram Saringer  (2014-04-15)
last change: 2014-04-15


Create new private key and CSR:
openssl req -new -nodes -keyout server.key -out server.csr -newkey rsa:4096

Show contents of CSR:
openssl req -in server.csr -text


all articles represent the sole opinion of their respective author. all content comes without any warranty for correctnes, despite due diligence.