Polishing.

Adopt Vault 0.6.1 compatibility in tests (disabled generation of root tokens). Fix typos.
This commit is contained in:
Mark Paluch
2016-09-25 18:05:42 +02:00
parent 8bf1e3b0ba
commit ea09b804b0
4 changed files with 31 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ $ src/test/bash/install_vault.sh
$ src/test/bash/create_certificates.sh
----
NOTE: `create_certificates.sh` creates certificates in `work/ca` and a JKS truststore `work/keystore.jsk`. If you want to run Spring Cloud Vault using this quickstart guide you need to configure the truststore the `spring.cloud.vault.ssl.trust-store` property to `file:work/keystore.jks`.
NOTE: `create_certificates.sh` creates certificates in `work/ca` and a JKS truststore `work/keystore.jks`. If you want to run Spring Cloud Vault using this quickstart guide you need to configure the truststore the `spring.cloud.vault.ssl.trust-store` property to `file:work/keystore.jks`.
*Start Vault server*