BetterCloud / vault-java-driver

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

Generate Root and Generate intermediate in Pki. #111

Open brokenjpl opened 6 years ago

brokenjpl commented 6 years ago

Hi,

I'm looking to add generate root CA and intermediate CA. I was hoping to add it myself and submit a pull request. Just wanted to make sure no one is working on this at the moment.

Thanks, JP

khos2ow commented 6 years ago

I had this in mind, but eventually gave it up, because Vault provides a lot of API call and specially a lot more input for those call, and rapidly change/add so many of them. So in this particular case this code will always be behind the actual API provided by Vault, until it stabilizes.

And besides it could easily be done with logical.write(...) so users won't be blocked.