Merge pull request #11542 from hashicorp/vault-ca

docs: added link to the Learn tutorial in Vault CA integration page
This commit is contained in:
mrspanishviking 2021-11-10 13:10:01 -08:00 committed by GitHub
commit 890f3a6757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -14,11 +14,13 @@ The Vault CA provider uses the
[Vault PKI secrets engine](https://www.vaultproject.io/docs/secrets/pki)
to generate and sign certificates.
-> This page documents the specifics of the Vault CA provider.
This page documents the specifics of the Vault CA provider.
Please read the [certificate management overview](/docs/connect/ca)
page first to understand how Consul manages certificates with configurable
CA providers.
-> **NOTE**: A Learn [tutorial](https://learn.hashicorp.com/tutorials/consul/vault-pki-consul-connect-ca?in=consul/vault-secure) is available to help you configure Vault as the Consul Connect service mesh Certification Authority.
## Requirements
Prior to using Vault as a CA provider for Consul, the following requirements
@ -79,7 +81,7 @@ connect {
The configuration options are listed below.
-> **Note**: The first key is the value used in API calls, and the second key
-> **NOTE**: The first key is the value used in API calls, and the second key
(after the `/`) is used if you are adding the configuration to the agent's
configuration file.