aboutsummaryrefslogtreecommitdiffstats
path: root/config/client.conf
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-02-17 22:30:28 +0100
committerThomas Vanbesien <tvanbesi@proton.me>2026-02-17 22:44:44 +0100
commit229a536a87f6b2075000e659219e0567b45345c5 (patch)
tree2a69cb8e2117741fa0387dde8561c9fe22e92a72 /config/client.conf
parent381f5c8b480ccafad5b1ce3c3766229f3791cb51 (diff)
downloadBobinkCOpcUa-229a536a87f6b2075000e659219e0567b45345c5.tar.gz
BobinkCOpcUa-229a536a87f6b2075000e659219e0567b45345c5.zip
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.<name> to urn:localhost:bobink:<name> 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.
Diffstat (limited to 'config/client.conf')
-rw-r--r--config/client.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/client.conf b/config/client.conf
index 1d3fe1b..3f22038 100644
--- a/config/client.conf
+++ b/config/client.conf
@@ -12,7 +12,7 @@
# password Password (required when authMode = user)
# trustStore Directory containing trusted certificates (.der)
-applicationUri = urn:bobink.ClientFindServers
+applicationUri = urn:localhost:bobink:ClientFindServers
certificate = certs/ClientFindServers_cert.der
privateKey = certs/ClientFindServers_key.der
securityMode = SignAndEncrypt