summaryrefslogtreecommitdiffstats
path: root/src/opcua/doc/src/security.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/doc/src/security.qdoc')
-rw-r--r--src/opcua/doc/src/security.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/opcua/doc/src/security.qdoc b/src/opcua/doc/src/security.qdoc
index 62656c7..cdcff38 100644
--- a/src/opcua/doc/src/security.qdoc
+++ b/src/opcua/doc/src/security.qdoc
@@ -129,7 +129,14 @@ Certificate:
\li Configure the correct Application Identity
\snippet ../../examples/opcua/opcuaviewer/mainwindow.cpp Application Identity
\li Configure PKI locations so that the SDK can find the certificate, private key, trust list etc.
+
+ See for instance the code from the \l{Qt OPC UA Viewer Example}:
\snippet ../../examples/opcua/opcuaviewer/mainwindow.cpp PKI Configuration
+
+ In the example, we extract pre-configured own and trusted certificates
+ from the Qt resource system to a writable location in the file system.
+ The remaining directories for issuer (revocation) lists are created
+ manually.
\endlist
\section2 PKI Folder Layout