community.general/lib/ansible/modules/crypto/acme
Felix Fontein c2cb82ec14 ACME: add support for IP identifiers (#53660)
* Adding support for IP identifiers according to https://tools.ietf.org/html/draft-ietf-acme-ip-05.

* Add changelog.

* Make sure that the authorizations return value is unchanged for CSRs with DNS-only SANs.

* Remove unneeded import.

* type -> identifier_type

* Python 2.6 compatibility.

* Fix unit tests.

* Add IP address normalization.

* Extend tests.

* Move data into fixtures.

* Adjust BOTMETA.
2019-03-13 10:16:56 +01:00
..
__init__.py Move acme_* modules from web_infrastructure into crypto category (#44279) 2018-08-16 22:21:39 +02:00
_letsencrypt.py Move acme_* modules from web_infrastructure into crypto category (#44279) 2018-08-16 22:21:39 +02:00
acme_account.py crypto modules: add missing option types (#52421) 2019-02-18 10:24:17 +00:00
acme_account_facts.py crypto modules: add missing option types (#52421) 2019-02-18 10:24:17 +00:00
acme_certificate.py ACME: add support for IP identifiers (#53660) 2019-03-13 10:16:56 +01:00
acme_certificate_revoke.py crypto modules: add missing option types (#52421) 2019-02-18 10:24:17 +00:00
acme_challenge_cert_helper.py acme_challenge_cert_helper: add support for IP identifiers (#53661) 2019-03-13 10:15:57 +01:00
acme_inspect.py crypto modules: add missing option types (#52421) 2019-02-18 10:24:17 +00:00