Hi,
I’m installing and configuring Vault using Consul storage. In the Prepare TLS Certificates section of the deployment guide, it says:
You must have three files to configure TLS for Vault: … /opt/vault/tls/vault-[key|cert|ca].pem
And yet, those files don’t exist upon installation. Instead, you get two files in that directory: tls.crt and tls.key. Those work to get things up and running, but there’s no CA signing file to use with them.
What is the recommended way forward? Can I use the consul keygen facility and rename the files? I could be missing something in the docs, but it’s unclear what to do.
Thanks.