acme_challenge_cert_helper: add support for IP identifiers (#53661)

* Add IP address identifier support to acme_challenge_cert_helper.

* Add changelog.

* type -> identifier_type.
This commit is contained in:
Felix Fontein
2019-03-13 10:15:57 +01:00
committed by René Moser
parent 9e63b196c8
commit 028facdfed
2 changed files with 31 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "acme_challenge_cert_helper - add support for IP address identifiers."