From: Luca Toscano
This module manages common properties of domains for one or more virtual hosts.
- Specifically it can use the ACME protocol (RFC Draft)
+ Specifically it can use the ACME protocol
+ (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.
This module is experimental. Its behaviors, directives, and @@ -61,10 +63,12 @@ ManagedDomain example.org </VirtualHost>
- This setup will, on server start, contact Let's Encrypt
+ This setup will, on server start, contact
+ Let's Encrypt
to request a certificate for the domain. If Let's Encrypt can verify the ownership
of the domain, the module will retrieve the certificate and its chain, store it
- in the local file system and provide it, on next restart, to mod_ssl.
+ in the local file system (see
This happens while the server is already running. All other hosts will continue to work as before. While a certificate is not available, requests for the managed @@ -73,12 +77,11 @@ ManagedDomain example.org
All the names in the list are managed as one Managed Domain (MD).
- mod_md will request one certificate that is valid for all these names. This
+ mod_md will request one single certificate that is valid for all these names. This
directive uses the global settings (see other MD directives below). If you
need specific settings for one MD, use
- the
- There are 2 additional settings that are necessary for a Managed Domain: ServerAdmin
- and MDCertificateAgreement. The mail address of
-
The second setting,