You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2017/09/13 14:57:54 UTC

svn commit: r1808249 - /httpd/httpd/trunk/docs/manual/mod/mod_md.xml

Author: elukey
Date: Wed Sep 13 14:57:54 2017
New Revision: 1808249

URL: http://svn.apache.org/viewvc?rev=1808249&view=rev
Log:
mod_md.xml: fix some typos

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_md.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_md.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_md.xml?rev=1808249&r1=1808248&r2=1808249&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_md.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_md.xml Wed Sep 13 14:57:54 2017
@@ -37,7 +37,7 @@
         (<a href="https://datatracker.ietf.org/doc/draft-ietf-acme-acme/">RFC Draft</a>) 
         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 <a href="https://letsencrypt.org/">Let's Encrypt</a>.</p>
         
         <note type="warning"><title>Warning</title>
@@ -130,7 +130,7 @@ ManagedDomain example.org www.example.or
             <p>
                 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.
             </p>
             <example><title>Example</title>
@@ -256,14 +256,14 @@ MDCertificateAgreement https://letsencry
         </contextlist>
         <usage>
             <p>In 'auto' mode, <module>mod_md</module> will <em>drive</em> 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 
             <directive module="mod_md">MDRenewWindow</directive>), it will
             renew it.
             </p><p>
-            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.
             </p><p>