Error 1202

I need some help.

I want to setup an ssl certificate with the duckdns integration. I tried this and sort of works because if I launch the HA app I get an error. I already looked at some other articals but it didn’t work. My certificate has as country US but I am from The Netherlands I don’t know if that is a problem but I also don’t know how to fix it.

I assume you are trying to install the Lets Encrypt add-on?

There’s no need. The DuckDNS add-on includes this by default. All you have to do to activate it is set this in the DuckDNS add-on configuration tab:

lets_encrypt:
  accept_terms: true

See: https://github.com/home-assistant/addons/blob/37635cd029d55b6bb6bb9610ac2690cd371a6d7f/duckdns/DOCS.md#configuration

I don’t have the lets encrypt plugin but this didn’t work. This is my ymal configuration.


domains: 
	 - mysubdomain.duckdns.org
token: mytoken
aliases: []
lets_encrypt: 
  accept_terms: true
  algo: secp384r1
  certfile: fullchain.pem
  keyfile: privkey.pem
seconds: 300

Check the add-on logs for errors.

I don’t have any error’s in my duckdns log.