diff options
author | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-06-09 15:37:46 +0200 |
---|---|---|
committer | Tomasz Wrobel <tomasz.wrobel@nokia.com> | 2020-06-16 14:37:56 +0200 |
commit | b288b7ab24f33af72e9c0fedecbb9979d1b4afc7 (patch) | |
tree | 1344fef298151973e7d2626f79571f63d6a7cca2 /certServiceClient/README.md | |
parent | 1a890623eff92322a033943ba8e46d2e33b9c2c5 (diff) |
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 <tomasz.wrobel@nokia.com>
Change-Id: If2b2fa50d551e72f19319d781bfb6079d07c7b83
Diffstat (limited to 'certServiceClient/README.md')
-rw-r--r-- | certServiceClient/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |