# HG changeset patch # User Vladimir Homutov # Date 1349861111 0 # Node ID 3f25469cbc499d3eb251d1444812b62c429d96da # Parent ec33576efaa53d567a56a5b4af618eb4c143c63f Highlighted 'file' parameters in the http_ssl_module directives. diff -r ec33576efaa5 -r 3f25469cbc49 xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml Tue Oct 09 12:39:31 2012 +0000 +++ b/xml/en/docs/http/ngx_http_ssl_module.xml Wed Oct 10 09:25:11 2012 +0000 @@ -109,7 +109,7 @@ server -Specifies a file with a certificate in the PEM format +Specifies a file with a certificate in the PEM format for the given virtual server. If intermediate certificates should be specified in addition to a primary certificate, they should be specified in the same file @@ -152,7 +152,7 @@ server -Specifies a file with a secret key in the PEM format +Specifies a file with a secret key in the PEM format for the given virtual server. @@ -197,7 +197,7 @@ server -Specifies a file with trusted CA certificates in the PEM format +Specifies a file with trusted CA certificates in the PEM format used to verify client certificates and OCSP responses if is enabled. @@ -219,7 +219,7 @@ 0.8.7 -Specifies a file with revoked certificates (CRL) +Specifies a file with revoked certificates (CRL) in the PEM format, used to client certificate verification. @@ -234,7 +234,7 @@ 0.7.2 -Specifies a file with DH parameters for EDH ciphers. +Specifies a file with DH parameters for EDH ciphers. @@ -465,7 +465,7 @@ 1.3.7 -Specifies a file with trusted CA certificates in the PEM format +Specifies a file with trusted CA certificates in the PEM format used to verify client certificates and OCSP responses if is enabled. diff -r ec33576efaa5 -r 3f25469cbc49 xml/ru/docs/http/ngx_http_ssl_module.xml --- a/xml/ru/docs/http/ngx_http_ssl_module.xml Tue Oct 09 12:39:31 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_ssl_module.xml Wed Oct 10 09:25:11 2012 +0000 @@ -109,7 +109,7 @@ server -Указывает файл с сертификатом в формате PEM +Указывает файл с сертификатом в формате PEM для данного виртуального сервера. Если вместе с основным сертификатом нужно указать промежуточные, то они должны находиться в этом же файле в следующем порядке: сначала @@ -150,7 +150,7 @@ server -Указывает файл с секретным ключом в формате PEM +Указывает файл с секретным ключом в формате PEM для данного виртуального сервера. @@ -195,7 +195,7 @@ server -Указывает файл с доверенными сертификатами CA в формате +Указывает файл с доверенными сертификатами CA в формате PEM, которые используются для проверки клиентских сертификатов и ответов OCSP, если включён . @@ -217,7 +217,7 @@ 0.8.7 -Указывает файл с отозванными сертификатами (CRL) +Указывает файл с отозванными сертификатами (CRL) в формате PEM, используемыми для проверки клиентских сертификатов. @@ -232,7 +232,7 @@ 0.7.2 -Указывает файл с параметрами для шифров с обменом EDH-ключами. +Указывает файл с параметрами для шифров с обменом EDH-ключами. @@ -400,7 +400,7 @@ Если задано, то вместо опроса OCSP responder’а, указанного в сертификате сервера, -ответ берётся из указанного файла. +ответ берётся из указанного файла. @@ -463,7 +463,7 @@ 1.3.7 -Задаёт файл с доверенными сертификатами CA в формате PEM, +Задаёт файл с доверенными сертификатами CA в формате PEM, которые используются для проверки клиентских сертификатов и ответов OCSP, если включён .