The Java mTLS key loading (SecurityUtils.createMtlsKeyStore) currently only supports PKCS#8 format (-----BEGIN PRIVATE KEY-----) private keys. This issue requests adding support for the older PKCS#1 format (-----BEGIN RSA PRIVATE KEY-----) to align with Go and Python implementations.
The Java mTLS key loading (
SecurityUtils.createMtlsKeyStore) currently only supports PKCS#8 format (-----BEGIN PRIVATE KEY-----) private keys. This issue requests adding support for the older PKCS#1 format (-----BEGIN RSA PRIVATE KEY-----) to align with Go and Python implementations.