Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[patch] minor, documentation. Do explicitly state not supporting challenge for wildcard (DNS-01) in README.md #276

Open
ZjYwMj opened this issue Apr 12, 2022 · 0 comments

Comments

@ZjYwMj
Copy link

ZjYwMj commented Apr 12, 2022

I hope this patch is very straight forward, and speaks for itself.

--- a/README.md      2022-04-12 13:20:51.745119156 +0000
+++ b/README.md      2022-04-12 13:41:32.814461464 +0000
@@ -206,6 +206,11 @@
 * Don't allow this script to be able to read your domain private key!
 * Don't allow this script to be run as root!
 
+## Limitations
+
+1. Wildcard certificate, such as for *.example.com, requires DNS-01 challenges. Which this script does not support. Renew of a recently obtained certificate for a domain with a DNS-01 challenge (the authz is still valid) will also fail in a similar manner. More details are at [List out of index error](https://github.com/diafygi/acme-tiny/issues/247#), which is a closed issue.
+
 ## Staging Environment
 
 Let's Encrypt recommends testing new configurations against their staging servers,
@ZjYwMj ZjYwMj changed the title [patch] minor, documentation. Do document not supporting DNS-01 challenge [patch] minor, documentation. Do explicitly state not supporting DNS-01 challenge in README.md Apr 13, 2022
@ZjYwMj ZjYwMj changed the title [patch] minor, documentation. Do explicitly state not supporting DNS-01 challenge in README.md [patch] minor, documentation. Do explicitly state not supporting wildcard (DNS-01) challenge in README.md Apr 13, 2022
@ZjYwMj ZjYwMj changed the title [patch] minor, documentation. Do explicitly state not supporting wildcard (DNS-01) challenge in README.md [patch] minor, documentation. Do explicitly state not supporting challenge for wildcard (DNS-01) in README.md Apr 13, 2022
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

No branches or pull requests

1 participant