From 8bfd0dc6b44438ba6c5d2844ce21fbc2adfe3f1a Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 18 Feb 2026 23:09:43 +0100 Subject: Add TOFU certificate bootstrap integration test Make download-cert always use an unsecure client so it can connect to a server's None discovery endpoint without the server certificate in the trust store. Add a cert_bootstrap test that verifies the full Trust On First Use workflow: find-servers succeeds, get-endpoints fails (untrusted cert), download-cert retrieves the certificate via None, then get-endpoints and read-time both succeed. --- tests/cert_bootstrap/server_register.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/cert_bootstrap/server_register.conf (limited to 'tests/cert_bootstrap/server_register.conf') diff --git a/tests/cert_bootstrap/server_register.conf b/tests/cert_bootstrap/server_register.conf new file mode 100644 index 0000000..b065f66 --- /dev/null +++ b/tests/cert_bootstrap/server_register.conf @@ -0,0 +1,12 @@ +# ServerRegister server config — test: cert_bootstrap + +port = 14841 +applicationUri = urn:localhost:bobink:ServerRegister + +certificate = tests/cert_bootstrap/certs/ServerRegister/cert.der +privateKey = tests/cert_bootstrap/certs/ServerRegister/key.der +trustStore = tests/cert_bootstrap/certs/trust + +authMode = anonymous + +registerInterval = 10 -- cgit v1.2.3