comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 2162:aa5d65fe4916

Updated link to TLS Certificate Status Request extension reference.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 18 May 2018 12:16:06 +0300
parents 3d9e7993c201
children 3535437f97d2
comparison
equal deleted inserted replaced
2161:64004f50b9dd 2162:aa5d65fe4916
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="37"> 13 rev="38">
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
541 <context>server</context> 541 <context>server</context>
542 <appeared-in>1.3.7</appeared-in> 542 <appeared-in>1.3.7</appeared-in>
543 543
544 <para> 544 <para>
545 Enables or disables 545 Enables or disables
546 <link url="https://tools.ietf.org/html/rfc4366#section-3.6">stapling 546 <link url="https://tools.ietf.org/html/rfc6066#section-8">stapling
547 of OCSP responses</link> by the server. 547 of OCSP responses</link> by the server.
548 Example: 548 Example:
549 <example> 549 <example>
550 ssl_stapling on; 550 ssl_stapling on;
551 resolver 192.0.2.1; 551 resolver 192.0.2.1;