# HG changeset patch # User Yaroslav Zhuravlev # Date 1503514146 -10800 # Node ID dabca59da4ce8b70096437c14a9aeeffe17fe7d7 # Parent af51ec6b5489d02aff78d52c2e34559400985edb Documented the $ssl_client_escaped_cert variable. diff -r af51ec6b5489 -r dabca59da4ce xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml Mon Aug 14 13:43:08 2017 +0300 +++ b/xml/en/docs/http/ngx_http_ssl_module.xml Wed Aug 23 21:49:06 2017 +0300 @@ -10,7 +10,7 @@ + rev="35">
@@ -779,6 +779,12 @@ +$ssl_client_escaped_cert + +returns the client certificate in the PEM format (urlencoded) +for an established SSL connection (1.13.5); + + $ssl_client_cert returns the client certificate in the PEM format @@ -786,6 +792,10 @@ prepended with the tab character; this is intended for the use in the directive; + +The variable is deprecated, +the $ssl_client_escaped_cert variable should be used instead. + $ssl_client_fingerprint diff -r af51ec6b5489 -r dabca59da4ce xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml Mon Aug 14 13:43:08 2017 +0300 +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml Wed Aug 23 21:49:06 2017 +0300 @@ -10,7 +10,7 @@ + rev="35">
@@ -782,6 +782,12 @@ +$ssl_client_escaped_cert + +возвращает клиентский сертификат в формате PEM +(закодирован в формате urlencode) для установленного SSL-соединения (1.13.5); + + $ssl_client_cert возвращает клиентский сертификат @@ -789,6 +795,10 @@ перед каждой строкой которого, кроме первой, вставляется символ табуляции; предназначена для использования в директиве ; + +Переменная устарела, вместо неё следует использовать +переменную $ssl_client_escaped_cert. + $ssl_client_fingerprint