[nginx-site] Documented Auth-SSL-Fingerprint-SHA256 in mail proxy.
Maxim Dounin
mdounin at mdounin.ru
Tue Sep 3 10:18:47 UTC 2024
details: http://freenginx.org/hg/nginx-site/rev/400dfceb9aff
branches:
changeset: 3098:400dfceb9aff
user: Maxim Dounin <mdounin at mdounin.ru>
date: Mon Sep 02 10:08:59 2024 +0300
description:
Documented Auth-SSL-Fingerprint-SHA256 in mail proxy.
diffstat:
xml/en/docs/mail/ngx_mail_auth_http_module.xml | 6 ++++--
xml/ru/docs/mail/ngx_mail_auth_http_module.xml | 6 ++++--
2 files changed, 8 insertions(+), 4 deletions(-)
diffs (60 lines):
diff --git a/xml/en/docs/mail/ngx_mail_auth_http_module.xml b/xml/en/docs/mail/ngx_mail_auth_http_module.xml
--- a/xml/en/docs/mail/ngx_mail_auth_http_module.xml
+++ b/xml/en/docs/mail/ngx_mail_auth_http_module.xml
@@ -10,7 +10,7 @@
<module name="Module ngx_mail_auth_http_module"
link="/en/docs/mail/ngx_mail_auth_http_module.html"
lang="en"
- rev="12">
+ rev="13">
<section id="directives" name="Directives">
@@ -229,7 +229,8 @@ did not contain the <value>reason</value
When the client certificate was present,
its details are passed in the following request headers:
<header>Auth-SSL-Subject</header>, <header>Auth-SSL-Issuer</header>,
-<header>Auth-SSL-Serial</header>, and <header>Auth-SSL-Fingerprint</header>.
+<header>Auth-SSL-Serial</header>, <header>Auth-SSL-Fingerprint</header>,
+and <header>Auth-SSL-Fingerprint-SHA256</header> (1.27.4).
If <link id="auth_http_pass_client_cert"/> is enabled,
the certificate itself is passed in the
<header>Auth-SSL-Cert</header> header.
@@ -254,6 +255,7 @@ Auth-SSL-Subject: /CN=example.com
Auth-SSL-Issuer: /CN=example.com
Auth-SSL-Serial: C07AD56B846B5BFF
Auth-SSL-Fingerprint: 29d6a80a123d13355ed16b4b04605e29cb55a5ad
+Auth-SSL-Fingerprint-SHA256: 8b489b945bd45dd8e229e40f4e9bbc2ee13c70dd82831e197e4084bccc0476d2
</example>
</para>
diff --git a/xml/ru/docs/mail/ngx_mail_auth_http_module.xml b/xml/ru/docs/mail/ngx_mail_auth_http_module.xml
--- a/xml/ru/docs/mail/ngx_mail_auth_http_module.xml
+++ b/xml/ru/docs/mail/ngx_mail_auth_http_module.xml
@@ -10,7 +10,7 @@
<module name="Модуль ngx_mail_auth_http_module"
link="/ru/docs/mail/ngx_mail_auth_http_module.html"
lang="ru"
- rev="12">
+ rev="13">
<section id="directives" name="Директивы">
@@ -227,7 +227,8 @@ url="https://developers.google.com/gmail
Если клиентский сертификат был предоставлен,
информация о нём передаётся в следующих заголовках запроса:
<header>Auth-SSL-Subject</header>, <header>Auth-SSL-Issuer</header>,
-<header>Auth-SSL-Serial</header> и <header>Auth-SSL-Fingerprint</header>.
+<header>Auth-SSL-Serial</header>, <header>Auth-SSL-Fingerprint</header>
+и <header>Auth-SSL-Fingerprint-SHA256</header> (1.27.4).
Если директива <link id="auth_http_pass_client_cert"/> включена,
сам сертификат передаётся в заголовке
<header>Auth-SSL-Cert</header>.
@@ -252,6 +253,7 @@ Auth-SSL-Subject: /CN=example.com
Auth-SSL-Issuer: /CN=example.com
Auth-SSL-Serial: C07AD56B846B5BFF
Auth-SSL-Fingerprint: 29d6a80a123d13355ed16b4b04605e29cb55a5ad
+Auth-SSL-Fingerprint-SHA256: 8b489b945bd45dd8e229e40f4e9bbc2ee13c70dd82831e197e4084bccc0476d2
</example>
</para>
More information about the nginx-devel
mailing list