# HG changeset patch # User Yaroslav Zhuravlev # Date 1481213310 -10800 # Node ID 2ef67c4d2226d519e5869b026b0922ac80eb60f2 # Parent dca985318cfe8c256546547fdb232ab385fa4a56 Documented $ssl_client_v_end, $ssl_client_v_start, $ssl_client_v_remain variables. diff -r dca985318cfe -r 2ef67c4d2226 xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml Mon Nov 28 21:19:55 2016 +0300 +++ b/xml/en/docs/http/ngx_http_ssl_module.xml Thu Dec 08 19:08:30 2016 +0300 @@ -10,7 +10,7 @@ + rev="26">
@@ -822,6 +822,22 @@ +$ssl_client_v_end + +returns the end date of the client certificate (1.11.7); + + +$ssl_client_v_remain + +returns the number of days +until the client certificate expires (1.11.7); + + +$ssl_client_v_start + +returns the start date of the client certificate (1.11.7); + + $ssl_client_verify returns the result of client certificate verification: diff -r dca985318cfe -r 2ef67c4d2226 xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml Mon Nov 28 21:19:55 2016 +0300 +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml Thu Dec 08 19:08:30 2016 +0300 @@ -10,7 +10,7 @@ + rev="26">
@@ -824,6 +824,22 @@ +$ssl_client_v_end + +возвращает дату окончания срока действия клиентского сертификата (1.11.7); + + +$ssl_client_v_remain + +возвращает число дней, +оставшихся до истечения срока действия клиентского сертификата (1.11.7); + + +$ssl_client_v_start + +возвращает дату начала срока действия клиентского сертификата (1.11.7); + + $ssl_client_verify возвращает результат проверки клиентского сертификата: