Add support for encrypted PKCS#8#44549
Conversation
Add support for encrypted PEM file (encrypted PKCS#8) to the TLS registry. This is invisible for the extensions, the key being decrypted and passed unencrypted to the extensions (the unencrypted key is never written on disk). Fix quarkusio#44262
|
Thanks for your pull request! Your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
|
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
Status for workflow
|
|
@cescoffier you don't want us to shoe it in 3.17.0 either? Asking because it's not always clear that given we are already past CR1, it would require a backport. Otherwise, this will target 3.18. Your choice really. |
|
@gsmet It can wait 3.18. |
|
@cescoffier how is bcfks supported with the tls registry configuration? |
Add support for encrypted PEM files (encrypted PKCS#8) to the TLS registry.
Fix #44262.
This is a feature, and it is not intended to be backported.