Changes

Line 41: Line 41:  
The <b>OPC UA Server Configuration</b> section is used to configure the parameters of an OPC UA Server.
 
The <b>OPC UA Server Configuration</b> section is used to configure the parameters of an OPC UA Server.
   −
[[File:Networking_rutos_manual_opcua_opcua_servers_server_configuration_v2.png|border|class=tlt-border]]
+
[[File:Networking_rutos_manual_opcua_opcua_servers_server_configuration_v3.png|border|class=tlt-border]]
    
<table class="nd-mantable">
 
<table class="nd-mantable">
Line 66: Line 66:  
     <tr>
 
     <tr>
 
         <td>Timeout</td>
 
         <td>Timeout</td>
         <td>integer [10..3600000]; default: <b>none</b></td>
+
         <td>integer [10..3600000]; default: <b>5000</b></td>
 
         <td>Specifies server timeout in ms.</td>
 
         <td>Specifies server timeout in ms.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Identity</td>
 +
        <td>Anonymous | <span style="color:red">Credentials</span>  ; default: <b>Anonymous</b></td>
 +
        <td>Specifies client identity.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:red">Username</span></td>
 +
        <td>string ; default: <b>empty</b></td>
 +
        <td>Specifies client username.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:red">Password</span></td>
 +
        <td>string; default: <b>empty</b></td>
 +
        <td>Specifies client password.</td>
 +
    </tr>
 +
    <tr>
 +
        <td>Security mode</td>
 +
        <td>None | <span style="color:blue">Sign | Sign & encrypt</span>; default: <b>None</b></td>
 +
        <td>Specifies client password.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue">Application URI</span></td>
 +
        <td>string; default: <b>empty</b></td>
 +
        <td>Should match SubjectAlternativeName in client certificate.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue">Certificate</span></td>
 +
        <td>.ca file; default: <b>none</b></td>
 +
        <td>Client certificate.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue">Key</span></td>
 +
        <td>.key file; default: <b>none</b></td>
 +
        <td>Client key.</td>
 +
    </tr>
 +
    <tr>
 +
        <td><span style="color:blue">TCL</span></td>
 +
        <td>file; default: <b>none</b></td>
 +
        <td>Trusted certificate list. A TCL is a list of hashes of certificates or a list of file names.</td>
 
     </tr>
 
     </tr>
 
</table>
 
</table>

Navigation menu