diff options
author | 2020-04-08 15:13:50 +0200 | |
---|---|---|
committer | 2020-04-08 15:13:50 +0200 | |
commit | 7798d514a907aadd52d0583c94ffedae6d05a304 (patch) | |
tree | b3d5ffc59cd7375c28b172093cddadaf861b0ae8 /certService/helm/aaf-cert-service/resources/cmpServers.json | |
parent | d04314864e90fb138a050b44b86f15c655322714 (diff) |
Remove helm charts from CertService
Issue-ID: AAF-1084
Signed-off-by: Adam Wudzinski <adam.wudzinski@nokia.com>
Change-Id: I69c7ee825ef6288404b327c4657d4bf9c7fd3344
Diffstat (limited to 'certService/helm/aaf-cert-service/resources/cmpServers.json')
-rw-r--r-- | certService/helm/aaf-cert-service/resources/cmpServers.json | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/certService/helm/aaf-cert-service/resources/cmpServers.json b/certService/helm/aaf-cert-service/resources/cmpServers.json deleted file mode 100644 index d6557c52..00000000 --- a/certService/helm/aaf-cert-service/resources/cmpServers.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "cmpv2Servers": [ - { - "caName": "Client", - "url": "http://aafcert-ejbca:8080/ejbca/publicweb/cmp/cmp", - "issuerDN": "CN=ManagementCA", - "caMode": "CLIENT", - "authentication": { - "iak": "mypassword", - "rv": "mypassword" - } - }, - { - "caName": "RA", - "url": "http://aafcert-ejbca:8080/ejbca/publicweb/cmp/cmpRA", - "issuerDN": "CN=ManagementCA", - "caMode": "RA", - "authentication": { - "iak": "mypassword", - "rv": "mypassword" - } - } - ] -} |