abstract
Following on from the Hashicorp Vault “how-to” series. Lets dial things up a notch, and setup a PKI in vault that can issue “real” certificates for your devices.
This has a couple of real tangible benefits.
- No more
verify=falseand/or urllib hacks to connect to TLS secured endpoints - No need to fight
opensslto wrangle self signed (or for the really brave, a manual CA) - Full automation support to enable estate wide renewal in minutes, not half a lifetime.
Much of this content was abstracted from the Original Hashi docs, which are brilliant, and can be found here.