diff options
author | Grzegorz-Lis <grzegorz.lis@nokia.com> | 2021-08-04 06:59:03 +0000 |
---|---|---|
committer | Grzegorz Lis <grzegorz.lis@nokia.com> | 2021-08-05 13:08:15 +0000 |
commit | f739bd6b7e48edad36966a00894dc08de0c4de21 (patch) | |
tree | f867439285c9f3261c46476a5c158984713d6c6a /helm/ves-client/templates/NOTES.txt | |
parent | 5c43a0c2c3412b416c2ae560f34059063e647012 (diff) |
Improve VES Client helm charts in order to use certificates from AAF or CMPv2istanbul
Issue-ID: INT-1954
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: I449350101e8af43aabefccded31d6c6c5e717c2c
Diffstat (limited to 'helm/ves-client/templates/NOTES.txt')
-rw-r--r-- | helm/ves-client/templates/NOTES.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/helm/ves-client/templates/NOTES.txt b/helm/ves-client/templates/NOTES.txt new file mode 100644 index 0000000..d6e6f53 --- /dev/null +++ b/helm/ves-client/templates/NOTES.txt @@ -0,0 +1,17 @@ +Application Configuration + +Basic authentication: +config: + useCerts: false + +Certificate authentication with AAF: +config: + useCerts: true + +certMethod: "aaf" + +Certificate authentication with CMPv2: +config: + useCerts: true + +certMethod: "cmpv2" |