From b288b7ab24f33af72e9c0fedecbb9979d1b4afc7 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Tue, 9 Jun 2020 15:37:46 +0200 Subject: Refactor flow of cert files generation, based on OUTPUT_TYPE parameter -Add artifacts creator provider (strategy pattern) -Refactor KeystoreTruststoreCreator -Add new exception: CertOutputTypeNotSupported -Change Unit tests Issue-ID: AAF-1152 Signed-off-by: Tomasz Wrobel Change-Id: If2b2fa50d551e72f19319d781bfb6079d07c7b83 --- certServiceClient/README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'certServiceClient/README.md') diff --git a/certServiceClient/README.md b/certServiceClient/README.md index 849db4f1..5a1d2ad7 100644 --- a/certServiceClient/README.md +++ b/certServiceClient/README.md @@ -71,3 +71,5 @@ docker logs aaf-certservice-client 7 Fail in PKCS12 conversion 8 Fail in Private Key to PEM Encoding 9 Wrong TLS configuration +10 Invalid value of the OUTPUT_TYPE parameter +11 Certificate creation type is not supported -- cgit 1.2.3-korg