# HG changeset patch # User Yaroslav Zhuravlev # Date 1482264231 -10800 # Node ID 5f156621b8b583469a1f5e68c5679a3f83d82b23 # Parent fa7542e40381a3025427e63cbe3dd45043c6954c Added links to $ssl_client_verify and $ssl_client_cert. diff -r fa7542e40381 -r 5f156621b8b5 xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml Tue Dec 20 17:46:00 2016 +0300 +++ b/xml/en/docs/http/ngx_http_ssl_module.xml Tue Dec 20 23:03:51 2016 +0300 @@ -10,7 +10,7 @@ + rev="31">
@@ -678,7 +678,7 @@ Enables verification of client certificates. The verification result is stored in the -$ssl_client_verify variable. +$ssl_client_verify variable. @@ -693,7 +693,7 @@ This is intended for the use in cases when a service that is external to nginx performs the actual certificate verification. The contents of the certificate is accessible through the -$ssl_client_cert variable. +$ssl_client_cert variable. diff -r fa7542e40381 -r 5f156621b8b5 xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml Tue Dec 20 17:46:00 2016 +0300 +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml Tue Dec 20 23:03:51 2016 +0300 @@ -10,7 +10,7 @@ + rev="31">
@@ -680,7 +680,7 @@ Разрешает проверку клиентских сертификатов. Результат проверки доступен через переменную -$ssl_client_verify. +$ssl_client_verify. @@ -695,7 +695,7 @@ Это предназначено для случаев, когда фактическая проверка сертификата осуществляется внешним по отношению к nginx’у сервисом. Содержимое сертификата доступно через переменную -$ssl_client_cert. +$ssl_client_cert.