aboutsummaryrefslogtreecommitdiffstats
path: root/sanitycheck/pnfsimulator-secured/certservice/certservice-resources/cmpServers.json
diff options
context:
space:
mode:
authorMichal Banka <michal.banka@nokia.com>2020-06-03 10:51:51 +0200
committerMichal Banka <michal.banka@nokia.com>2020-06-04 13:08:34 +0200
commitb06189e0c1f15237519d3727aeab007fadd952cb (patch)
treeeb9765ace8e647a21cf8ec8eccbebfca53193f58 /sanitycheck/pnfsimulator-secured/certservice/certservice-resources/cmpServers.json
parente775c31a8b8efd55796cdf4fa049e72587ea6088 (diff)
Add deployment for fetching certs from CertService
Change-Id: Icb59854a88e83b799781c227e465bfb98ed502b6 Signed-off-by: Michal Banka <michal.banka@nokia.com> Issue-ID: INT-1612
Diffstat (limited to 'sanitycheck/pnfsimulator-secured/certservice/certservice-resources/cmpServers.json')
-rw-r--r--sanitycheck/pnfsimulator-secured/certservice/certservice-resources/cmpServers.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/sanitycheck/pnfsimulator-secured/certservice/certservice-resources/cmpServers.json b/sanitycheck/pnfsimulator-secured/certservice/certservice-resources/cmpServers.json
new file mode 100644
index 0000000..79b97e6
--- /dev/null
+++ b/sanitycheck/pnfsimulator-secured/certservice/certservice-resources/cmpServers.json
@@ -0,0 +1,24 @@
+{
+ "cmpv2Servers": [
+ {
+ "caName": "Client",
+ "url": "http://172.17.0.1:80/ejbca/publicweb/cmp/cmp",
+ "issuerDN": "CN=ManagementCA",
+ "caMode": "CLIENT",
+ "authentication": {
+ "iak": "mypassword",
+ "rv": "mypassword"
+ }
+ },
+ {
+ "caName": "RA",
+ "url": "http://172.17.0.1:80/ejbca/publicweb/cmp/cmpRA",
+ "issuerDN": "CN=ManagementCA",
+ "caMode": "RA",
+ "authentication": {
+ "iak": "mypassword",
+ "rv": "mypassword"
+ }
+ }
+ ]
+}