# HG changeset patch # User Ruslan Ermilov # Date 1429529580 -10800 # Node ID 78ccd1af14008c4038199da158ed8818ba1fdb68 # Parent acba294382d66027204e89f12a1fe5a37dd44e86 Minimized diffs between http, mail, and stream. diff --git a/xml/en/docs/http/ngx_http_ssl_module.xml b/xml/en/docs/http/ngx_http_ssl_module.xml --- a/xml/en/docs/http/ngx_http_ssl_module.xml +++ b/xml/en/docs/http/ngx_http_ssl_module.xml @@ -139,10 +139,9 @@ ssl_buffer_size 4k; Specifies a file with the 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 -in the following order: the primary certificate comes first, then -the intermediate certificates. +If intermediate certificates should be specified in addition to a primary +certificate, they should be specified in the same file in the following +order: the primary certificate comes first, then the intermediate certificates. A secret key in the PEM format may be placed in the same file. diff --git a/xml/ru/docs/mail/ngx_mail_ssl_module.xml b/xml/ru/docs/mail/ngx_mail_ssl_module.xml --- a/xml/ru/docs/mail/ngx_mail_ssl_module.xml +++ b/xml/ru/docs/mail/ngx_mail_ssl_module.xml @@ -57,7 +57,7 @@ Указывает файл с сертификатом в формате PEM для данного сервера. Если вместе с основным сертификатом нужно указать промежуточные, -то они должны находиться в этом же файле в следующем порядке — сначала +то они должны находиться в этом же файле в следующем порядке: сначала основной сертификат, а затем промежуточные. В этом же файле может находиться секретный ключ в формате PEM.