comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 1855:2ef67c4d2226

Documented $ssl_client_v_end, $ssl_client_v_start, $ssl_client_v_remain variables.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 08 Dec 2016 19:08:30 +0300
parents e8811a423130
children 7133004fa5b3
comparison
equal deleted inserted replaced
1854:dca985318cfe 1855:2ef67c4d2226
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssl_module" 10 <module name="Module ngx_http_ssl_module"
11 link="/en/docs/http/ngx_http_ssl_module.html" 11 link="/en/docs/http/ngx_http_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="25"> 13 rev="26">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssl_module</literal> module provides the 18 The <literal>ngx_http_ssl_module</literal> module provides the
820 <note> 820 <note>
821 Prior to version 1.11.6, the variable name was <var>$ssl_client_i_dn</var>. 821 Prior to version 1.11.6, the variable name was <var>$ssl_client_i_dn</var>.
822 </note> 822 </note>
823 </tag-desc> 823 </tag-desc>
824 824
825 <tag-name id="var_ssl_client_v_end"><var>$ssl_client_v_end</var></tag-name>
826 <tag-desc>
827 returns the end date of the client certificate (1.11.7);
828 </tag-desc>
829
830 <tag-name id="var_ssl_client_v_remain"><var>$ssl_client_v_remain</var></tag-name>
831 <tag-desc>
832 returns the number of days
833 until the client certificate expires (1.11.7);
834 </tag-desc>
835
836 <tag-name id="var_ssl_client_v_start"><var>$ssl_client_v_start</var></tag-name>
837 <tag-desc>
838 returns the start date of the client certificate (1.11.7);
839 </tag-desc>
840
825 <tag-name id="var_ssl_client_verify"><var>$ssl_client_verify</var></tag-name> 841 <tag-name id="var_ssl_client_verify"><var>$ssl_client_verify</var></tag-name>
826 <tag-desc> 842 <tag-desc>
827 returns the result of client certificate verification: 843 returns the result of client certificate verification:
828 “<literal>SUCCESS</literal>”, “<literal>FAILED</literal>”, and 844 “<literal>SUCCESS</literal>”, “<literal>FAILED</literal>”, and
829 “<literal>NONE</literal>” if a certificate was not present; 845 “<literal>NONE</literal>” if a certificate was not present;