diff options
author | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2020-06-09 09:58:31 +0200 |
---|---|---|
committer | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2020-06-10 15:40:43 +0200 |
commit | 0022ba11a0dd13f5a4ee030913cd37d1a3dcb97b (patch) | |
tree | 5ba24498a06cc09cc52a18894fd1203dcbb364f8 /compose-resources | |
parent | 892eb3fb564c2d7c50e2ecb0494bbc599f5f7ae4 (diff) |
Add output type env to certservice client configuration
- add new enum value OUTPUT_TYPE
- add reading new OUTPUT_TYPE env in EnvsForClient
- add handling output type to ClientConfigurationFactory
Issue-ID: AAF-1152
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I60269c3befff90f685e16a8e7255674df6ca9368
Diffstat (limited to 'compose-resources')
-rw-r--r-- | compose-resources/client-configuration.env | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compose-resources/client-configuration.env b/compose-resources/client-configuration.env index bc62f1f7..90eb5ea8 100644 --- a/compose-resources/client-configuration.env +++ b/compose-resources/client-configuration.env @@ -3,6 +3,7 @@ REQUEST_URL=https://aaf-cert-service:8443/v1/certificate/ REQUEST_TIMEOUT=10000 OUTPUT_PATH=/var/certs CA_NAME=RA +OUTPUT_TYPE=P12 #Csr config envs COMMON_NAME=onap.org ORGANIZATION=Linux-Foundation |