Replies: 2 comments 6 replies
-
Strimzi currently does not support encrypted keys and there is no plan to support them. You should provide an unencrypted private and public keys in the PEM format. |
Beta Was this translation helpful? Give feedback.
6 replies
-
thanks for the explanation, we got the same issue today with private key with password, will try to go without password
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Please use this to only for bug reports. For questions or when you need help, you can use the GitHub Discussions, our #strimzi Slack channel or out user mailing list.
Describe the bug
I am trying to create a Kafka listener with an external service using an externally signed CA. The CA and private key both have separate passwords. The error I get is:
Enter pass phrase for /opt/kafka/certificates/custom-external-9094-certs/tls.key:
User interface error
140334054004544:error:2807106B:UI routines:UI_process:processing error:crypto/ui/ui_lib.c:545:while reading strings
unable to load private key
140334054004544:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:crypto/evp/evp_enc.c:643:
140334054004544:error:23077074:PKCS12 routines:PKCS12_pbe_crypt:pkcs12 cipherfinal error:crypto/pkcs12/p12_decr.c:63:
140334054004544:error:2306A075:PKCS12 routines:PKCS12_item_decrypt_d2i:pkcs12 pbe crypt error:crypto/pkcs12/p12_decr.c:94:
140334054004544:error:0907B00D:PEM routines:PEM_read_bio_PrivateKey:ASN1 lib:crypto/pem/pem_pkey.c:
Expected behavior
I would expect it to work normally since we are following the directions provided directly by Strimzi.
Beta Was this translation helpful? Give feedback.
All reactions