Skip to content

Problems saving config #17

Description

@bjorndegroot

Hi Folks,

I'm trying to configure the Dynu DNS Add-on as replacer of DuckDNS. I recently noticed the DuckDNS is really unstable and is really often unavailable.

When when i'm trying to configure I get an error that there is incorrect configuration when trying to save it. It saids that the option 'keyfile' is missing, but it's in my config.

My config is as follows, can anybody help me out with this?:

lets_encrypt:
accept_terms: true
certfile: fullchain.pem
keyfile: privkey.pem
token: MYOWNTOKEN
domains:

  • mydomain.freeddns.org
    aliases: []
    seconds: 300
    http:
    ssl_certificate: /ssl/fullchain.pem
    ssl_key: /ssl/privkey.pem

The error is as follows:

Failed to save add-onconfig: Missing option 'keyfile' in lets_encrypt in Dynu DNS (4e8751bd_dynudns). Got {'lets_encrypt': {'lets_encrypt': {'accept_terms': True, 'certfile': 'fullchain.pem', 'keyfile': 'privkey.pem'}, 'token': 'MYOWNTOKEN', 'domains': ['mydomain.freeddns.org'], 'aliases': [], 'seconds': 300, 'http': {'ssl_certificate': '/ssl/fullchain.pem', 'ssl_key': '/ssl/privkey.pem'}}, 'token': 'MYTOKEN', 'domains': ['mydomain.freeddns.org'], 'aliases': {}, 'seconds': 300}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions