community.crypto/plugins/module_utils/acme
Felix Fontein a147b78d2b
ACME modules: simplify code, refactor argspec handling code, move csr/csr_content to own docs fragment (#750)
* Fix bug in argspec module util.

* Move csr / csr_content to new docs fragment.

* Simplify code.

* Refactor ACME argspec creation. Add with_certificate argument for new CERTIFICATE docs fragment.
2024-05-25 16:44:17 -07:00
..
account.py Directly handle unexpected non-JSON results. (#682) 2023-12-07 22:26:04 +01:00
acme.py ACME modules: simplify code, refactor argspec handling code, move csr/csr_content to own docs fragment (#750) 2024-05-25 16:44:17 -07:00
backend_cryptography.py Add acme_certificate_renewal_info module (#746) 2024-05-25 16:44:16 -07:00
backend_openssl_cli.py ACME: improve acme_certificate docs, include cert_id in acme_certificate_renewal_info return value (#747) 2024-05-25 16:44:16 -07:00
backends.py Add acme_certificate_renewal_info module (#746) 2024-05-25 16:44:16 -07:00
certificates.py Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#491) 2022-07-21 07:27:26 +02:00
challenges.py ACME modules: simplify code, refactor argspec handling code, move csr/csr_content to own docs fragment (#750) 2024-05-25 16:44:17 -07:00
errors.py Improve error reporting. (#684) 2023-12-08 20:57:49 +01:00
io.py Move licenses to LICENSES/, use SPDX-License-Identifier, mention all licenses in galaxy.yml (#491) 2022-07-21 07:27:26 +02:00
orders.py acme_certificate: allow to request renewal of a certificate according to ARI (#739) 2024-04-30 10:47:49 +02:00
utils.py Avoid exception if certificate has no AKI in acme_certificate. (#748) 2024-05-25 16:44:16 -07:00