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

Fix DuckDNS Lets Encrypt certificate creation/renewal failing with "Incorrect TXT record" error #2662

Closed

Commits on Sep 10, 2022

  1. Fix typo

    lildude committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    e124af1 View commit details
    Browse the repository at this point in the history
  2. Improve handling and sorting of aliases

    This fixes the problem where the output included a newline just before all the aliases were listed
    lildude committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    2a2880d View commit details
    Browse the repository at this point in the history
  3. Make hook output clearer

    This adds a bit more context to the OK lines seen in the output
    lildude committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    25b81bf View commit details
    Browse the repository at this point in the history
  4. Issue the certificates in sequence

    Fixes home-assistant#2505. This includes a bit of logic already performed by dehydrated, however we need it to ensure we don't unnecessarily cause certificates to be reissued everytime we check.
    lildude committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    c1d1606 View commit details
    Browse the repository at this point in the history
  5. Use an empty array by default

    Having null results in an empty domain automatically added when first configuring the addon
    lildude committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    07c52c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29ad06b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ed188b View commit details
    Browse the repository at this point in the history