User:Hef/Howto Create a CSR: Difference between revisions
From Pumping Station One
Created page with "== create the csr == openssl req -out pumpingstationone.org.csr -new -newkey rsa:2048 -nodes -keyout pumpingstationone.org.key Your session will look like this. <pre> Ge..." |
|||
| Line 1: | Line 1: | ||
== create the csr == | == create the csr == | ||
openssl req -out pumpingstationone.org.csr -new -newkey rsa:2048 -nodes -keyout pumpingstationone.org.key | openssl req -out STAR.pumpingstationone.org.csr -new -newkey rsa:2048 -nodes -keyout STAR.pumpingstationone.org.key | ||
Your session will look like this. | Your session will look like this. | ||