About private key generation #1437
-
This could be a noob question - Please clarify. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! Thanks for your question. The I'm going to assume you meant You can also specify your own private key, and use the
|
Beta Was this translation helpful? Give feedback.
Hi! Thanks for your question.
The
step certificate create
command is only for local certificate or CSR creation. It won't talk to the CA.I'm going to assume you meant
step ca certificate
though.For this command, the private key is generated locally, and a CSR and token are sent to the CA for signing.
You can also specify your own private key, and use the
step ca sign
command, passing the CSR directly in.For example: