From 7798d514a907aadd52d0583c94ffedae6d05a304 Mon Sep 17 00:00:00 2001 From: awudzins Date: Wed, 8 Apr 2020 15:13:50 +0200 Subject: Remove helm charts from CertService Issue-ID: AAF-1084 Signed-off-by: Adam Wudzinski Change-Id: I69c7ee825ef6288404b327c4657d4bf9c7fd3344 --- compose-resources/cmpServers.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 compose-resources/cmpServers.json (limited to 'compose-resources') diff --git a/compose-resources/cmpServers.json b/compose-resources/cmpServers.json new file mode 100644 index 00000000..d6557c52 --- /dev/null +++ b/compose-resources/cmpServers.json @@ -0,0 +1,24 @@ +{ + "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" + } + } + ] +} -- cgit 1.2.3-korg