From beeff5e4f2cb3d71bdfed9ca00ba07f18f24b54a Mon Sep 17 00:00:00 2001 From: Charlie Voiselle Date: Mon, 5 Mar 2018 13:11:35 -0500 Subject: [PATCH] Incorporate review wording changes Added text from review comments per @csawyerYumaed. --- website/source/docs/job-specification/template.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/source/docs/job-specification/template.html.md b/website/source/docs/job-specification/template.html.md index ca7b9adea..8469a65f2 100644 --- a/website/source/docs/job-specification/template.html.md +++ b/website/source/docs/job-specification/template.html.md @@ -225,8 +225,7 @@ README](https://github.com/schmichael/go-envparse#readme). ## Vault Integration -This example will grab a PKI certificate from Vault and put it out on local disk for your application in PEM format -including the CA, public and private key in 1 file. +This example acquires a PKI certificate from Vault in PEM format and stores it into your application's secret directory. ``` template {