Skip to content

Commit

Permalink
fix caRoots wrong name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed Nov 30, 2021
1 parent 5e4156e commit 123fbe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/templating-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ provides the following functions:

- [API Functions](#api-functions)
- [caLeaf](#caleaf)
- [caRoot](#caroot)
- [caRoots](#caroots)
- [connect](#connect)
- [datacenters](#datacenters)
- [file](#file)
Expand Down Expand Up @@ -127,7 +127,7 @@ The two most useful fields are `.CertPEM` and `.PrivateKeyPEM`. For a complete
list of available fields, see consul's documentation on
[LeafCert](https://godoc.org/github.com/hashicorp/consul/api#LeafCert).

### `caRoot`
### `caRoots`

Query [Consul][consul] for all [connect][connect] trusted certificate authority
(CA) root certificates.
Expand Down

0 comments on commit 123fbe9

Please sign in to comment.