Skip to content

Conversation

aqw
Copy link

@aqw aqw commented May 10, 2020

It would fail on "validate the Let's Encrypt challenge" when attempting to issue a wildcard cert (which letsencrypt only supports via the DNS challenge method).

It created a record at:
_acme-challenge.*.example.com
rather than what letsencrypt wanted:
_acme-challenge.example.com

This just uses the record name returned by ['challenge_data'] rather than assuming.

@aqw
Copy link
Author

aqw commented May 10, 2020

I see in another PR that you asked for it to be opened against the devel branch, but it seems that master is ahead, so thought it best to open it against master. Please let me know if you'd like it otherwise.

It would fail on "validate the Let's Encrypt challenge" when attempting
to issue a wildcard cert (which letsencrypt only supports via the DNS
challenge method).

It created a record at:
  _acme-challenge.*.example.com
rather than what letsencrypt wanted:
  _acme-challenge.example.com

This just uses the record name returned by ['challenge_data'] rather
than assuming.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant