Changes

no edit summary
Line 388: Line 388:  
       <td>off {{!}} <span style="color:blue">on</span>; default: '''off'''</td>
 
       <td>off {{!}} <span style="color:blue">on</span>; default: '''off'''</td>
 
       <td>Enables the use of TLS certificates.</td>
 
       <td>Enables the use of TLS certificates.</td>
     </tr>
+
     </tr>{{#ifeq:{{{MQTT}}}|1|
 
     <tr>
 
     <tr>
 
       <td>Allow insecure connection</td>
 
       <td>Allow insecure connection</td>
 
       <td>off {{!}} on; default: '''off'''</td>
 
       <td>off {{!}} on; default: '''off'''</td>
 
       <td>Allow not verifying server authentication.</td>
 
       <td>Allow not verifying server authentication.</td>
     </tr>
+
     </tr>}}
 
     <tr>
 
     <tr>
       <td>Certificate files from device</td>
+
       <td><span style="color:blue">Certificate files from device</span></td>
 
       <td>off {{!}} on; default: '''off'''</td>
 
       <td>off {{!}} on; default: '''off'''</td>
 
       <td>Specify where the certificates will be used from.</td>
 
       <td>Specify where the certificates will be used from.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
       <td>Certificate authority file</td>
+
       <td><span style="color:blue">Certificate authority file</span></td>
 
       <td>.ca file; default: <b>none</b></td>
 
       <td>.ca file; default: <b>none</b></td>
 
       <td>'''Certificate authority''' is an entity that issues digital certificates. A digital certificate certifies the ownership of a public key by the named subject of the certificate.</td>
 
       <td>'''Certificate authority''' is an entity that issues digital certificates. A digital certificate certifies the ownership of a public key by the named subject of the certificate.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
     <td>Client Certificate</td>
+
     <td><span style="color:blue">Client Certificate</span></td>
 
         <td>.crt file; default: <b>none</b></td>
 
         <td>.crt file; default: <b>none</b></td>
 
         <td>Certificate file is a type of digital certificate that is used by client systems to make authenticated requests to a remote server. If client certificate is not needed, leave both client certificate and client key fields empty.</td>
 
         <td>Certificate file is a type of digital certificate that is used by client systems to make authenticated requests to a remote server. If client certificate is not needed, leave both client certificate and client key fields empty.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
     <td>Client Private Keyfile</td>
+
     <td><span style="color:blue">Client Private Keyfile</span></td>
 
         <td>.key file; default: <b>none</b></td>
 
         <td>.key file; default: <b>none</b></td>
 
         <td>File containing private key for this client. This file needs to be not encrypted.</td>
 
         <td>File containing private key for this client. This file needs to be not encrypted.</td>