cfssl icon indicating copy to clipboard operation
cfssl copied to clipboard

Is Possible to Use Passwords for Root CA Key?

Open afrazkhan opened this issue 3 years ago • 1 comments

I understand that the idea with this is to have it behind some protected service, but it would be useful to be able to use encrypted keys (i.e. keys with passwords) for cli only usage. At the moment, trying to use such a key yields:

2022/03/11 15:29:06 [INFO] re-generate a CA certificate from CSR and CA key
2022/03/11 15:29:06 [ERROR] {"code":2100,"message":"Private key is encrypted."}
{"code":2100,"message":"Private key is encrypted."}

afrazkhan avatar Mar 11 '22 14:03 afrazkhan

Would it be possible to consider adding support for encrypted keys in a future update?

awattez avatar Feb 21 '25 14:02 awattez