Fix configuration name for TLS auth in documentation.

Remove `.config` from the property name for setting the authentication type.

Original pull request: gh-56.
This commit is contained in:
Jonathan Pearlin
2016-11-21 15:22:20 -08:00
committed by Mark Paluch
parent 981115dd6e
commit 71945e97f1

View File

@@ -300,7 +300,7 @@ To enable `cert` authentication you need to:
1. Use SSL, see <<vault.config.ssl>>
2. Configure a Java `Keystore` that contains the client
certificate and the private key
3. Set the `spring.cloud.vault.config.authentication` to `CERT`
3. Set the `spring.cloud.vault.authentication` to `CERT`
.bootstrap.yml
====