website: fix example config in vault CA docs

This commit is contained in:
Kyle Havlovitz 2018-06-21 09:50:50 -07:00 committed by Jack Pearkes
parent e4f5753e06
commit 0b5d7277f9
1 changed files with 4 additions and 4 deletions

View File

@ -228,10 +228,10 @@ $ cat ca_config.json
{
"Provider": "vault",
"Config": {
address = "http://localhost:8200"
token = "..."
root_pki_path = "connect-root-2"
intermediate_pki_path = "connect-intermediate"
"Address": "http://localhost:8200",
"Token": "...",
"RootPKIPath": "connect-root-2",
"IntermediatePKIPath": "connect-intermediate"
}
}