From 0022ba11a0dd13f5a4ee030913cd37d1a3dcb97b Mon Sep 17 00:00:00 2001 From: Piotr Marcinkiewicz Date: Tue, 9 Jun 2020 09:58:31 +0200 Subject: 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 Change-Id: I60269c3befff90f685e16a8e7255674df6ca9368 --- compose-resources/client-configuration.env | 1 + 1 file changed, 1 insertion(+) (limited to 'compose-resources/client-configuration.env') 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 -- cgit 1.2.3-korg