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
Is your feature request related to a problem? Please describe.
When issuing private key from PKI, the format of the private key is, by default PKCS1. PKCS1 is badly supported by java. It would be nice to support the PKCS8 format since vault support it.
Describe the solution you'd like
When calling pki.issue, add parameter to specify private key format
Is your feature request related to a problem? Please describe.
When issuing private key from PKI, the format of the private key is, by default PKCS1. PKCS1 is badly supported by java. It would be nice to support the PKCS8 format since vault support it.
Describe the solution you'd like
When calling pki.issue, add parameter to specify private key format
Additional context
Vault PKI support this since 0.9.0 : hashicorp/vault#3518
The text was updated successfully, but these errors were encountered: