mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
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.
This commit is contained in:
committed by
René Moser
parent
028facdfed
commit
c2cb82ec14
2
.github/BOTMETA.yml
vendored
2
.github/BOTMETA.yml
vendored
@@ -1345,7 +1345,7 @@ files:
|
||||
<<: *docker
|
||||
support: community
|
||||
test/units/module_utils/facts/network/test_generic_bsd.py: *bsd
|
||||
test/units/module_utils/test_acme.py: *crypto
|
||||
test/units/module_utils/acme: *crypto
|
||||
test/units/module_utils/xenserver/: bvitnik
|
||||
test/units/modules/cloud/docker:
|
||||
<<: *docker
|
||||
|
||||
Reference in New Issue
Block a user