Skip to content

Commit 7845f31

Browse files
author
Talle
committedApr 3, 2017
Use actual config variable for VAULT_SECRET_BASE in informational message
1 parent 593c813 commit 7845f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎vault-hook.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ upload_certificate() {
4040
TOP=$(<<<"${DOMAIN}" grep -oP '[^\.]+\.[^\.]+$')
4141
HOST="${DOMAIN/.$TOP/}"
4242

43-
echo " + Storing certificates in vault at secret/ca/${TOP}/${HOST}"
43+
echo " + Storing certificates in vault at ${VAULT_SECRET_BASE}/${TOP}/${HOST}"
4444

4545
acquire_token
4646

0 commit comments

Comments
 (0)
Please sign in to comment.