aboutsummaryrefslogtreecommitdiffstats
path: root/tests/basic256sha256_anon
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic256sha256_anon')
-rw-r--r--tests/basic256sha256_anon/client.conf12
-rw-r--r--tests/basic256sha256_anon/server_lds.conf12
-rw-r--r--tests/basic256sha256_anon/server_register.conf12
-rw-r--r--tests/basic256sha256_anon/server_register_client.conf12
4 files changed, 0 insertions, 48 deletions
diff --git a/tests/basic256sha256_anon/client.conf b/tests/basic256sha256_anon/client.conf
deleted file mode 100644
index 26cd1cc..0000000
--- a/tests/basic256sha256_anon/client.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-# Client — test: basic256sha256_anon
-
-applicationUri = urn:localhost:bobink:Client
-
-certificate = certs/Client_cert.der
-privateKey = certs/Client_key.der
-trustStore = certs/trust/client
-
-securityMode = SignAndEncrypt
-securityPolicy = Basic256Sha256
-
-authMode = anonymous
diff --git a/tests/basic256sha256_anon/server_lds.conf b/tests/basic256sha256_anon/server_lds.conf
deleted file mode 100644
index 4560153..0000000
--- a/tests/basic256sha256_anon/server_lds.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-# ServerLDS — test: basic256sha256_anon
-
-port = 14840
-applicationUri = urn:localhost:bobink:ServerLDS
-
-certificate = certs/ServerLDS_cert.der
-privateKey = certs/ServerLDS_key.der
-trustStore = certs/trust/server_lds
-
-authMode = anonymous
-
-cleanupTimeout = 60
diff --git a/tests/basic256sha256_anon/server_register.conf b/tests/basic256sha256_anon/server_register.conf
deleted file mode 100644
index 6a47796..0000000
--- a/tests/basic256sha256_anon/server_register.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-# ServerRegister server config — test: basic256sha256_anon
-
-port = 14841
-applicationUri = urn:localhost:bobink:ServerRegister
-
-certificate = certs/ServerRegister_cert.der
-privateKey = certs/ServerRegister_key.der
-trustStore = certs/trust/server_register
-
-authMode = anonymous
-
-registerInterval = 10
diff --git a/tests/basic256sha256_anon/server_register_client.conf b/tests/basic256sha256_anon/server_register_client.conf
deleted file mode 100644
index aa0339c..0000000
--- a/tests/basic256sha256_anon/server_register_client.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-# ServerRegister client config — test: basic256sha256_anon
-
-applicationUri = urn:localhost:bobink:ServerRegister
-
-certificate = certs/ServerRegisterClient_cert.der
-privateKey = certs/ServerRegisterClient_key.der
-trustStore = certs/trust/server_register_client
-
-securityMode = SignAndEncrypt
-securityPolicy = Basic256Sha256
-
-authMode = anonymous