-
The
But where do I get those? The So how am I supposed to pass in these parameters if there doesn't seem to be a way to get them using this tool? I'm confused. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I forgot to add an option to dump a certificate from the command line. Aside from that, the full flow is
Now you have all of the files at your disposal. |
Beta Was this translation helpful? Give feedback.
-
Thank you for answering, I'll try it out out soon (it's night here). |
Beta Was this translation helpful? Give feedback.
I forgot to add an option to dump a certificate from the command line. Aside from that, the full flow is
openssl genrsa -out privatekey.pem 2048
openssl req -new -key "privatekey.pem" -out "csr.csr" -subj "/C=NL/ST=STATE/L=LOCAL/O=ORGANIZATION/CN=CN"
.Now…