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.