aboutsummaryrefslogtreecommitdiffstats
path: root/compose-resources/cmpServers.json
diff options
context:
space:
mode:
Diffstat (limited to 'compose-resources/cmpServers.json')
-rw-r--r--compose-resources/cmpServers.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/compose-resources/cmpServers.json b/compose-resources/cmpServers.json
deleted file mode 100644
index d6557c52..00000000
--- a/compose-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"
- }
- }
- ]
-}