aboutsummaryrefslogtreecommitdiffstats
path: root/plans/aaf/certservice/cmpServers.json
diff options
context:
space:
mode:
authorMarcin Przybysz <marcin.przybysz@nokia.com>2020-03-06 12:28:25 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-06 12:28:25 +0000
commit7ca7e9aabe2b2f35888e505061894ed0a491e4c2 (patch)
tree587c2703260cfcfb09caf38bff84190b36401f46 /plans/aaf/certservice/cmpServers.json
parentd1a3a8cca3be661c9cff80615baeb8d456424d56 (diff)
parentf630068299fc0e0fd6032e4558f2c9a3fd9c844d (diff)
Merge "Add validation of recieved message and refactor code"
Diffstat (limited to 'plans/aaf/certservice/cmpServers.json')
-rw-r--r--plans/aaf/certservice/cmpServers.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/plans/aaf/certservice/cmpServers.json b/plans/aaf/certservice/cmpServers.json
index f461edc7..d6557c52 100644
--- a/plans/aaf/certservice/cmpServers.json
+++ b/plans/aaf/certservice/cmpServers.json
@@ -1,23 +1,23 @@
{
"cmpv2Servers": [
{
- "caName": "TEST",
- "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmp",
+ "caName": "Client",
+ "url": "http://aafcert-ejbca:8080/ejbca/publicweb/cmp/cmp",
"issuerDN": "CN=ManagementCA",
"caMode": "CLIENT",
"authentication": {
- "iak": "xxx",
- "rv": "yyy"
+ "iak": "mypassword",
+ "rv": "mypassword"
}
},
{
- "caName": "TEST2",
- "url": "http://127.0.0.1/ejbca/publicweb/cmp/cmpRA",
- "issuerDN": "CN=ManagementCA2",
+ "caName": "RA",
+ "url": "http://aafcert-ejbca:8080/ejbca/publicweb/cmp/cmpRA",
+ "issuerDN": "CN=ManagementCA",
"caMode": "RA",
"authentication": {
- "iak": "xxx",
- "rv": "yyy"
+ "iak": "mypassword",
+ "rv": "mypassword"
}
}
]