JWK encrypted key / password options? #427
-
Hi, this might be a lack of knowledge on my side, so if that's the case, just point me to the docs. Running a CA (via step-ca) is great and it makes sense to encrypt the secret key with a password/passphrase. How can I avoid using the CA key secret on all clients? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @haraldkubota, On You can also create a new provisioner using |
Beta Was this translation helpful? Give feedback.
Hi @haraldkubota,
On
step ca init
you can use--password-file
to set the password for encrypting the root and intermediate key, and--provisioner-password-file
to encrypt the default provisioner.You can also create a new provisioner using
step ca provisioner add ...
and remove the other one, either manually or withstep ca provisioner remove ...