From a9e10912e1d2e0bd9d83216412a8387b56f12bd4 Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Sat, 13 Sep 2025 13:31:23 +0000 Subject: [PATCH] typo correction. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1928428 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ssl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 854a84dc73..0210dca1f7 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -3075,7 +3075,7 @@ ECH public-name and where foo.example.com is a web-sit ECH to be used, with both hosted on the same httpd instance.

-Using ECH requries that httpd load an ECH key pair with a private value for ECH +Using ECH requires that httpd load an ECH key pair with a private value for ECH decryption. Browsers will require that the public component of that key pair be published in the DNS. With OpenSSL we generate and store that key pair in an ECH PEM formatted file as shown below. -- 2.47.3