Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Conversation

gkosciolek
Copy link

Two changes that were needed to make this project running:

  1. Fix the loop when iterating over domains. They need to be separated by space, not coma. Otherwise, this requests one certificate with all domain names glued together instead of a few individual certificates.

  2. Remove the wildcard before the domain name. That is no longer supported with HTTP challenge.

@tomsvogel
Copy link

wating for this merge 👍 👍 thanks!

@jvanharn
Copy link

would really like this to be merged!

@surudoiryu
Copy link

+1

@staticfloat
Copy link
Owner

I very recently merged a PR that enabled the subdomain wildcard (#2). Can you explain what the proper fix for fetching subdomain wildcards would be?

@gkosciolek
Copy link
Author

According to the certbot docs, the DNS challenge is the only way to get wildcards certificates.

Please see the table few paragraphs below the beginning of the section:
https://certbot.eff.org/docs/using.html#getting-certificates-and-choosing-plugins

Therefore I do not think that there is an automated solution for wildcard certificates at this moment.

@staticfloat
Copy link
Owner

Perfect. Thanks!

@staticfloat staticfloat merged commit 467db4f into staticfloat:master Aug 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants