Re: using hashicorp vault for storing SSL certs

2019-09-30 Thread Pavlos Parissis
On Κυριακή, 29 Σεπτεμβρίου 2019 7:52:12 Μ.Μ. CEST Илья Шипицин wrote: > hello, > > is anybody using https://www.vaultproject.io/docs/secrets/pki/index.html > for storing certs ? (I want to avoid reinventing the wheel here) > > thanks, > Ilya Shipitcin > I have, but with a different system, but

Re: using hashicorp vault for storing SSL certs

2019-09-29 Thread LCF
Hey, Sure, I'm using Vault PKI from years. If you want to store certs you probably want to use secret backend, with PKI (Public Key Infrastructure) you can maintain your own certificate infrastructure and issue certificates from Vault. I often use HAProxy with consul-template to automate process

using hashicorp vault for storing SSL certs

2019-09-29 Thread Илья Шипицин
hello, is anybody using https://www.vaultproject.io/docs/secrets/pki/index.html for storing certs ? (I want to avoid reinventing the wheel here) thanks, Ilya Shipitcin