kolla-ansible/releasenotes/notes/external-acme-client-support-cee19c4755e04eab.yaml
Radosław Piliszek 2fd72a39e9 Add support for ACME http-01 challenge
All docs are included.

Change-Id: Ie29ff7ca340812c8dc0dac493518c87cf7bf137b
Partially-Implements: blueprint letsencrypt-https
2020-09-26 20:29:20 +02:00

8 lines
300 B
YAML

---
features:
- |
Adds support for completing the http-01 challenge of ACME (e.g. as provided
by Let's Encrypt - letsencrypt.org) using an external ACME client
(e.g. certbot). The relevant variable is ``acme_client_servers``.
Please read the docs for more info on this integration.