mirror of
https://github.com/status-im/consul.git
synced 2025-01-12 06:44:41 +00:00
website: fix example config in vault CA docs
This commit is contained in:
parent
e4f5753e06
commit
0b5d7277f9
@ -228,10 +228,10 @@ $ cat ca_config.json
|
|||||||
{
|
{
|
||||||
"Provider": "vault",
|
"Provider": "vault",
|
||||||
"Config": {
|
"Config": {
|
||||||
address = "http://localhost:8200"
|
"Address": "http://localhost:8200",
|
||||||
token = "..."
|
"Token": "...",
|
||||||
root_pki_path = "connect-root-2"
|
"RootPKIPath": "connect-root-2",
|
||||||
intermediate_pki_path = "connect-intermediate"
|
"IntermediatePKIPath": "connect-intermediate"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user