chef-acme icon indicating copy to clipboard operation
chef-acme copied to clipboard

Wildcard certificates support

Open gionn opened this issue 6 years ago • 1 comments

It would be nice to update to acme-client v2 in order to support wildcard certificates

gionn avatar May 15 '18 12:05 gionn

Under Let’s Encrypt’s policy, wildcard identifiers must be validated by a DNS-01 challenge, so order authorizations corresponding to wildcard identifiers will only offer a DNS-01 challenge.

Currently the DNS-01 challenge is not supported by this cookbook. Adding it would involve adding support for interacting with the authoritative DNS configuration for a domain, which is very situation specific. Until DNS-01 challenges are supported it will not be possible to request wildcard certificates.

thoutenbos avatar May 15 '18 12:05 thoutenbos