comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 1201:db4b017b5796

SSL: documented the ssl_client_fingerprint variable.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 22 May 2014 13:50:13 +0400
parents cac06b81957c
children 35cf5dca5fa4
comparison
equal deleted inserted replaced
1200:333eccb8a7f6 1201:db4b017b5796
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="14"> 13 rev="15">
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
674 prepended with the tab character; 674 prepended with the tab character;
675 this is intended for the use in the 675 this is intended for the use in the
676 <link doc="ngx_http_proxy_module.xml" id="proxy_set_header"/> directive; 676 <link doc="ngx_http_proxy_module.xml" id="proxy_set_header"/> directive;
677 </tag-desc> 677 </tag-desc>
678 678
679 <tag-name id="var_ssl_client_fingerprint"><var>$ssl_client_fingerprint</var></tag-name>
680 <tag-desc>
681 returns the SHA1 fingerprint of the client certificate
682 for an established SSL connection (1.7.1);
683 </tag-desc>
684
679 <tag-name id="var_ssl_client_raw_cert"><var>$ssl_client_raw_cert</var> 685 <tag-name id="var_ssl_client_raw_cert"><var>$ssl_client_raw_cert</var>
680 </tag-name> 686 </tag-name>
681 <tag-desc> 687 <tag-desc>
682 returns the client certificate in the PEM format 688 returns the client certificate in the PEM format
683 for an established SSL connection; 689 for an established SSL connection;