Is Possible to Use Passwords for Root CA Key?
Open
- Dominant language
- Go
- Stars
- 9.5k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
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."}
```
Contributor guide
Assessment
This issue has not been assessed yet.