Remove SDNC CSIT tests
[integration/csit.git] / scripts / sdnc / certservice / config / cmpServers.json
diff --git a/scripts/sdnc/certservice/config/cmpServers.json b/scripts/sdnc/certservice/config/cmpServers.json
deleted file mode 100644 (file)
index ce427c5..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-{
-  "cmpv2Servers": [
-    {
-      "caName": "Client",
-      "url": "http://aafcert-ejbca:8080/ejbca/publicweb/cmp/cmp",
-      "issuerDN": "CN=My_ManagementCA",
-      "caMode": "CLIENT",
-      "authentication": {
-        "iak": "mypassword",
-        "rv": "mypassword"
-      }
-    },
-    {
-      "caName": "RA",
-      "url": "http://aafcert-ejbca:8080/ejbca/publicweb/cmp/cmpRA",
-      "issuerDN": "CN=My_ManagementCA",
-      "caMode": "RA",
-      "authentication": {
-        "iak": "mypassword",
-        "rv": "mypassword"
-      }
-    }
-  ]
-}