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.
Comment From: ydautremay
Thanks for the fix, looking forward to using it !