From: Luca Toscano Date: Wed, 13 Sep 2017 14:57:54 +0000 (+0000) Subject: mod_md.xml: fix some typos X-Git-Tag: 2.5.0-alpha~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=352e79e5081825aded45f4f4a9961606e0eb739f;p=thirdparty%2Fapache%2Fhttpd.git mod_md.xml: fix some typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1808249 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_md.xml b/docs/manual/mod/mod_md.xml index 227e83ad093..140c7f8cb37 100644 --- a/docs/manual/mod/mod_md.xml +++ b/docs/manual/mod/mod_md.xml @@ -37,7 +37,7 @@ (RFC Draft) to automate certificate provisioning. These will be configured for managed domains and their virtual hosts automatically. This includes renewal of certificates before they - expire. The most famous Certificate Autority currently implementing the ACME protocol + expire. The most famous Certificate Authority currently implementing the ACME protocol is Let's Encrypt.

Warning @@ -130,7 +130,7 @@ ManagedDomain example.org www.example.org

There are two special names that you may use in this directive: 'manual' and 'auto'. This determines if a Managed Domain shall have exactly the - name list as is configured ('manual') or offer more convenince. With 'auto' + name list as is configured ('manual') or offer more convenience. With 'auto' all names of a virtual host are added to a MD.

Example @@ -256,14 +256,14 @@ MDCertificateAgreement https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2

In 'auto' mode, mod_md will drive a Managed Domain's - properties (e.g. certicate management) whenever necessary. When a MD is not used + properties (e.g. certificate management) whenever necessary. When a MD is not used in any virtual host, the module will do nothing. When a certificate is missing, it will try to get one. When a certificate expires soon (see MDRenewWindow), it will renew it.

- In 'manual' mode, it is your duty to do all this. The module will provide existing - ceriticate to mod_ssl, if available. But it will not contact the CA for signup/renewal. + In 'manual' mode, it is your duty to do all this. The module will provide the existing + certificate to mod_ssl, if available. But it will not contact the CA for signup/renewal. This can be useful in clustered setups where you want just one node to perform the driving.