From: Christophe Jaillet
Date: Sun, 26 Dec 2021 10:15:24 +0000 (+0000)
Subject: Fix a typo and add a missing link to a directive
X-Git-Tag: 2.5.0-alpha2-ci-test-only~606
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c078292feb849919d333f285c25ca4778c06f20;p=thirdparty%2Fapache%2Fhttpd.git
Fix a typo and add a missing link to a directive
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896411 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml
index 75351388ec7..ab88e0aa468 100644
--- a/docs/manual/mod/mod_md.xml
+++ b/docs/manual/mod/mod_md.xml
@@ -679,7 +679,7 @@ MDPortMap http:- https:8433
the module will obtain a certificate for each key.
For example, you may configure an RSA and an Elliptic Curve (EC) key, so
- that 2 certicates are created for a domain. On a client connection, the first
+ that 2 certificates are created for a domain. On a client connection, the first
one supported by the client will then be used.
Since EC keys and certificates are smaller, you might want to offer
@@ -1060,7 +1060,8 @@ MDMessageCmd /etc/apache/md-message
DNS name in a MDomain. Cluster setups may use this event to distribute
challenge files to all nodes in a cluster.
- ocsp-errored happens when MDStapling is enabled for a domain, this indicates
+ ocsp-errored happens when MDStapling
+ is enabled for a domain, this indicates
that an error was encountered retrieving the OCSP response from the
Certificate Authority. mod_md will continue trying.