You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Happens with the new SSL bundles in Spring boot 3.1
The PKCS8 allows for encrypted private key with a password. Unfortunately, when declaring a pem bundle, it is impossible to specify a password. If I declare my encrypted private key, it is not recognized by any of the pem parsers as the header has BEGIN ENCRYPTED PRIVATE KEY.
The text was updated successfully, but these errors were encountered:
scottfrederick
changed the title
PemSslStoreBundle does not support Encrypted Private Key
Pem Ssl bundles do not support encrypted PKCS8 private keys
Jun 9, 2023
scottfrederick
changed the title
Pem Ssl bundles do not support encrypted PKCS8 private keys
PEM Ssl bundles do not support encrypted PKCS8 private keys
Jun 9, 2023
wilkinsona
changed the title
PEM Ssl bundles do not support encrypted PKCS8 private keys
PEM SSL bundles do not support encrypted PKCS8 private keys
Jun 22, 2023
Happens with the new SSL bundles in Spring boot 3.1
The PKCS8 allows for encrypted private key with a password. Unfortunately, when declaring a pem bundle, it is impossible to specify a password. If I declare my encrypted private key, it is not recognized by any of the pem parsers as the header has
BEGIN ENCRYPTED PRIVATE KEY
.The text was updated successfully, but these errors were encountered: