From 8a1c60e54a3020e51e12f1734d727445a85eb1bc Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 9 May 2022 13:28:03 +0200 Subject: [PATCH] Incorporate feedback from #443 that ACME modules work with Sectigo ACME Service for InCommon (#451) * Incorporate feedback from #443. * Update comment. --- plugins/doc_fragments/acme.py | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/plugins/doc_fragments/acme.py b/plugins/doc_fragments/acme.py index 51e8dc5c..d82ee5cc 100644 --- a/plugins/doc_fragments/acme.py +++ b/plugins/doc_fragments/acme.py @@ -23,6 +23,14 @@ notes: the L(Let's Encrypt,https://letsencrypt.org/) CA, the module can in principle be used with any CA providing an ACME endpoint, such as L(Buypass Go SSL,https://www.buypass.com/ssl/products/acme)." + - "So far, the ACME modules have only been tested by the developers against + Let's Encrypt (staging and production), Buypass (staging and production), ZeroSSL (production), + and L(Pebble testing server,https://github.com/letsencrypt/Pebble). We have got + community feedback that they also work with Sectigo ACME Service for InCommon. + If you experience problems with another ACME server, please + L(create an issue,https://github.com/ansible-collections/community.crypto/issues/new/choose) + to help us supporting it. Feedback that an ACME server not mentioned does work + is also appreciated." requirements: - either openssl or L(cryptography,https://cryptography.io/) >= 1.5 - ipaddress @@ -96,13 +104,8 @@ options: U(https://api.buypass.com/acme/directory)." - "For B(ZeroSSL), the production directory URL for ACME v2 is U(https://acme.zerossl.com/v2/DV90)." - - "B(Warning:) So far, the ACME modules have only been tested against Let's Encrypt - (staging and production), Buypass (staging and production), ZeroSSL (production), - and L(Pebble testing server,https://github.com/letsencrypt/Pebble). If you - experience problems with another ACME server, please - L(create an issue,https://github.com/ansible-collections/community.crypto/issues/new/choose) - to help us supporting it. Feedback that an ACME server not mentioned does work - is also appreciated." + - The notes for this module contain a list of ACME services this module has + been tested against. required: true type: str validate_certs: