BetterCloud / vault-java-driver

Zero-dependency Java client for HashiCorp's Vault
https://bettercloud.github.io/vault-java-driver/
334 stars 224 forks source link

add support for privateKeyFormat in pki #248

Open anghel86 opened 2 years ago

anghel86 commented 2 years ago

Vault default issue certificate in pkcs1 fromat, that is not useful in java because it doesn't have support for it, a manual operation is needed to convert it to to pkcs8 format that is supported by java.

Vault has support of issue certificate in pkcs8 format, 1978 is not well documented but it's supported for long time