Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/Security.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3438,6 +3438,8 @@
shall not be assigned to the TLS server.</para>
<para>If the certification path identified by the supplied certification path ID is
already assigned to the TLS server, this command shall have no effect.</para>
<para>Note that the configuration may not be immediately active (see capability
SetupDuration).</para>
<variablelist role="op">
<varlistentry>
<term>request</term>
Expand Down Expand Up @@ -3588,6 +3590,7 @@
</listitem>
</varlistentry>
</variablelist>
<para>Note that the configuration change may not be immediately active (see capability SetupDuration).</para>
</section>
<section>
<title>GetAssignedServerCertificates</title>
Expand Down Expand Up @@ -5061,6 +5064,10 @@
versions.</para>
</entry>
</row>
<row>
<entry>SetupDuration</entry>
<entry><para>Indicates the maximum time taken for updated TLS server settings to take effect.</para></entry>
</row>
</tbody>
</tgroup>
</table>
Expand Down
5 changes: 5 additions & 0 deletions wsdl/ver10/advancedsecurity/wsdl/advancedsecurity.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,11 @@
<xs:documentation>Indicates the maximum number of certification paths that may be assigned to the TLS server simultaneously.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SetupDuration" type="xs:duration">
Comment thread
cemond-genetec marked this conversation as resolved.
<xs:annotation>
<xs:documentation>Indicates the maximum time taken for updated TLS server settings to take effect.</xs:documentation>
</xs:annotation>
</xs:attribute>
<!-- ========================================= -->
<!-- Begin cert-based client auth capabilities -->
<!-- ========================================= -->
Expand Down