1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/module_utils/acme/fixtures
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
..
cert_1.pem ACME: add support for IP identifiers (#53660) 2019-03-13 10:16:56 +01:00
csr_1.pem ACME: add support for IP identifiers (#53660) 2019-03-13 10:16:56 +01:00
csr_1.txt ACME: add support for IP identifiers (#53660) 2019-03-13 10:16:56 +01:00
csr_2.pem ACME: add support for IP identifiers (#53660) 2019-03-13 10:16:56 +01:00
csr_2.txt ACME: add support for IP identifiers (#53660) 2019-03-13 10:16:56 +01:00
privatekey_1.pem ACME: add support for IP identifiers (#53660) 2019-03-13 10:16:56 +01:00
privatekey_1.txt ACME: add support for IP identifiers (#53660) 2019-03-13 10:16:56 +01:00