cfssl
cfssl copied to clipboard
Is Possible to Use Passwords for Root CA Key?
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."}
Would it be possible to consider adding support for encrypted keys in a future update?