From a2348fdd64caf94e04846c7a07c0b8247312742f Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 27 Sep 2018 22:10:58 -0500 Subject: [PATCH] Add note on Wildcard Certificates and Let's Encrypt. [ci skip] --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fe86a53..1e97da5 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,10 @@ Certbot Git repository options. To install from source, set `certbot_install_fro The directory inside which Certbot will be cloned. +### Wildcard Certificates + +Let's Encrypt supports [generating wildcard certificates](https://community.letsencrypt.org/t/acme-v2-and-wildcard-certificate-support-is-live/55579), but the process for generating and using them is slightly more involved. See comments in [this pull request](https://github.com/geerlingguy/ansible-role-certbot/pull/60#issuecomment-423919284) for an example of how to use this role to maintain wildcard certs. + ## Dependencies None.