22.09.2020 · I own a domain I want to use for my home assistant instance. I’ve created a CNAME record in that domain’s DNS to point to the subdomain I have with DuckDNS. That works fine… but I cannot get the Let’s Encrypt piece to validate my domain (since it never presents me with a challenge code to put in a txt record).
13.03.2021 · duckdns.org account or your own domain; Home Assistant OS or Home Assistant Supervised (we need one which supports add-ons) Set up port forwarding on your router. There are plenty of resources describing how to set up port forwarding on a router, you can find one by googling port forwarding <router name>.
Aug 26, 2020 · Open your Home Assistant and go to Supervisor > Add-on store. Search for DuckDNS add-on and install it. Go to the configuration tab of DuckDNS add-on and: Change the accept_terms to true. By changing it, you agree to use Let’s Encrypt auto renewal SSL certificate feature. And that is really good.
Jun 15, 2021 · Another alternative is to define your own (local) domain in your router as well as esphome config… what I did: added a domain name in my router f.e. assistant.url added a lease for a device on it’s IP f.e. 192.168.100.100 and gave it a name f.e. home [image] Added domain to esphome config: domain: assistant.url After that, all your devices ...
15.06.2021 · Another alternative is to define your own (local) domain in your router as well as esphome config… what I did: added a domain name in my router f.e. assistant.url added a lease for a device on it’s IP f.e. 192.168.100.100 and gave it a name f.e. home [image] Added domain to esphome config: domain: assistant.url After that, all your devices should be able to resolve …
Sep 22, 2020 · I’m trying to get the DuckDNS add-on to generate a valid certificate for my domain. I own a domain I want to use for my home assistant instance. I’ve created a CNAME record in that domain’s DNS to point to the subdomain I have with DuckDNS. That works fine… but I cannot get the Let’s Encrypt piece to validate my domain (since it never presents me with a challenge code to put in a txt ...
Jul 14, 2018 · If you follow the letencrypt guide, just use your dns name instead of a duckdns one. E.g. with this guide, https://www.home-assistant.io/blog/2015/12/13/setup-encryption-using-lets-encrypt/ At this step, $ ./certbot-auto certonly --standalone –standalone-supported-challenges http-01 –email [email protected] -d hass-example.duckdns.org
Dec 13, 2015 · Let’s Encrypt Let’s Encrypt is a free, automated, and open certificate authority (CA). We will use this to acquire a certificate that can be used to encrypted our connection with Home Assistant. Let’s Encrypt will give you a free 90-day certificate if you pass their domain validation challenge.
14.07.2018 · Ok, I get wanting a free SSL cert, but I have my own domain and can quickly and easily procure my own SSL cert. I understand others don’t have that option, or would rather get the free one, but I would rather use my own domain and a cert issued by digicert. How can I set this up in Home Assistant? I’ve been struggling.
13.12.2015 · Let’s Encrypt Let’s Encrypt is a free, automated, and open certificate authority (CA). We will use this to acquire a certificate that can be used to encrypted our connection with Home Assistant. Let’s Encrypt will give you a free 90-day certificate if you …