aboutsummaryrefslogtreecommitdiffstats
path: root/plans/oom-platform-cert-service/certservice/cmpServers.json
diff options
context:
space:
mode:
authorPawel <pawel.kasperkiewicz@nokia.com>2020-08-07 14:53:48 +0200
committerPawel <pawel.kasperkiewicz@nokia.com>2020-08-12 11:15:39 +0200
commitb7a057e8017b7899de26f977fa3841882035200b (patch)
treee17cb11f4464c16d526f3399199156bab7798a7a /plans/oom-platform-cert-service/certservice/cmpServers.json
parent8380fca432d740fe0c1d00fb9a39d3917672d91e (diff)
Move csits form aaf to oom
create csit folder under oom move csits from aaf to oom reconfigure csits: remove aaf word, use new image Issue-ID: OOM-2526 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I7b1f010fe46420cb734c67133f038bdadffd5ecc
Diffstat (limited to 'plans/oom-platform-cert-service/certservice/cmpServers.json')
-rw-r--r--plans/oom-platform-cert-service/certservice/cmpServers.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/plans/oom-platform-cert-service/certservice/cmpServers.json b/plans/oom-platform-cert-service/certservice/cmpServers.json
new file mode 100644
index 00000000..72564949
--- /dev/null
+++ b/plans/oom-platform-cert-service/certservice/cmpServers.json
@@ -0,0 +1,24 @@
+{
+ "cmpv2Servers": [
+ {
+ "caName": "Client",
+ "url": "http://oomcert-ejbca:8080/ejbca/publicweb/cmp/cmp",
+ "issuerDN": "CN=ManagementCA",
+ "caMode": "CLIENT",
+ "authentication": {
+ "iak": "mypassword",
+ "rv": "mypassword"
+ }
+ },
+ {
+ "caName": "RA",
+ "url": "http://oomcert-ejbca:8080/ejbca/publicweb/cmp/cmpRA",
+ "issuerDN": "CN=ManagementCA",
+ "caMode": "RA",
+ "authentication": {
+ "iak": "mypassword",
+ "rv": "mypassword"
+ }
+ }
+ ]
+}