community.general/lib/ansible/modules/crypto/acme
Felix Fontein 960d99a785 ACME: new helper module for ACME challenges which need TLS certs (#43756)
* Added helper module for generating ACME challenge certificates.

* Soft-fail on missing cryptography. Also check version.

* Adding integration test.

* Move acme_challenge_cert_helper from web_infrastructure to crypto/acme.

* Adjusting to draft-05.

* The cryptography branch has already been merged.
2018-08-22 23:12:43 +02:00
..
__init__.py
_letsencrypt.py
acme_account.py Allowing to force account URI. (#44282) 2018-08-17 07:43:38 +02:00
acme_account_facts.py New acme_account_facts module. (#44301) 2018-08-17 15:32:09 +02:00
acme_certificate.py doc: fixes the the repetitions (#43937) 2018-08-22 21:53:30 +02:00
acme_certificate_revoke.py Allowing to force account URI. (#44282) 2018-08-17 07:43:38 +02:00
acme_challenge_cert_helper.py ACME: new helper module for ACME challenges which need TLS certs (#43756) 2018-08-22 23:12:43 +02:00