From 229a536a87f6b2075000e659219e0567b45345c5 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 17 Feb 2026 22:30:28 +0100 Subject: Update certificate generation: keep intermediate files, fix URI format Stop deleting intermediate PEM and CNF files so they can be reused. Change default application URI from urn:bobink. to urn:localhost:bobink: to follow proper URN syntax (Qt OPC UA rejects the dotted format). Update all config files and test configs to use the new URI format. --- tests/run_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/run_test.sh') diff --git a/tests/run_test.sh b/tests/run_test.sh index ef359ef..fc44ad6 100755 --- a/tests/run_test.sh +++ b/tests/run_test.sh @@ -92,8 +92,8 @@ FS_OUTPUT=$(<"$TMPFILE") [ "$FS_RC" -eq 0 ] check "find-servers exit code is 0 (got $FS_RC)" $? -echo "$FS_OUTPUT" | grep -q "urn:bobink.ServerRegister" -check "find-servers contains urn:bobink.ServerRegister" $? +echo "$FS_OUTPUT" | grep -q "urn:localhost:bobink:ServerRegister" +check "find-servers contains urn:localhost:bobink:ServerRegister" $? # ── GetEndpoints ────────────────────────────────────────────── build/Client "$CONFIG_DIR/client.conf" get-endpoints "opc.tcp://localhost:$SR_PORT" >"$TMPFILE" 2>&1 -- cgit v1.2.3