Add note about displaying material in insecure mode

This was raised on the Juju forum:

https://tinyurl.com/rfwyxwj

Change-Id: Ied8827d1f2ba274d10043adbebee9bff6d172140
This commit is contained in:
Peter Matulis 2020-04-23 15:50:15 -04:00
parent b0a28b358b
commit 0e4ac568c2
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@ options:
default: false default: false
description: >- description: >-
FOR TESTING ONLY. Initialise vault after deployment and store the keys FOR TESTING ONLY. Initialise vault after deployment and store the keys
locally. locally. Locally stored material can be displayed with:
juju run --unit vault/0 leader-get
auto-generate-root-ca-cert: auto-generate-root-ca-cert:
type: boolean type: boolean
default: false default: false