I'm looking to migrate a process that generates client certificates from a custom root CA into hashicorp vault.
The root is already trusted by a lot of applications, so I'd like to import it (or an intermediate) into vault and emit the client certificates from there.
The tutorials are straightforward but always show how to generate a new root and intermediate certificate.
How can I initialize a PKI secrets engine with a pre-existing root cert via command-line (e.g. vault write pki/root/???
) ?