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

DuckDNS Addon cannot create wildcard certificate #5574

Closed
JAAlperin opened this issue Jun 19, 2018 · 3 comments
Closed

DuckDNS Addon cannot create wildcard certificate #5574

JAAlperin opened this issue Jun 19, 2018 · 3 comments

Comments

@JAAlperin
Copy link

{
"lets_encrypt": {
"accept_terms": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"token": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"domains": [
"xxx.duckdns.org",
"*.xxx.duckdns.org"
],
"seconds": 1800
}

results in this:

OKOKOKOK + Responding to challenge for xxx.duckdns.org authorization...

  • Cleaning challenge tokens...
    OKOKOKOK + Challenge validation has failed :(
    ERROR: Challenge is invalid! (returned: invalid) (result: {
    "type": "dns-01",
    "status": "invalid",
    "error": {
    "type": "urn:ietf:params:acme:error:unauthorized",
    "detail": "Incorrect TXT record "gYvyuKSEz-Sa58khnK9KUc0MUu3C5WDf_7qRDwlDAcM" found at _acme-challenge.xxx.duckdns.org",
    "status": 403
    },
    "url": "https://acme-v02.api.letsencrypt.org/acme/challenge/szX3vuPHMvfMYF-heQcbgmGA4sYZzSVXMMLbjhDm3_Q/5197664255",
    "token": "MxeILOKZ8GYrxuHkWPQYTu3_ZXjbexpDp_miok76grY"
    })

If I understand the many internet posts regarding this issue, it has to do with HOOK_CHAIN=yes, the tokens in the single TXT record, and has been fixed already in certbot via a changed script.

@metbril
Copy link
Contributor

metbril commented Jun 20, 2018

This issue is not related to the documentation website, so it should be moved to the appropriate one or closed and be re-issued there.

@JAAlperin
Copy link
Author

JAAlperin commented Jun 20, 2018 via email

@ghost
Copy link

ghost commented Jun 29, 2018

This issue was moved by frenck to home-assistant/addons/issues/336.

@ghost ghost closed this as completed Jun 29, 2018
This issue was closed.
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

2 participants