Ive done the following:
- Ive added the subdomain I want to use (replaces it with XXX below) to my DNS
- set up port forwarding (80, 443 & 8123)
- I can ping the subdomain
- it seems to of propagated (https://www.whatsmydns.net/ all green).
- Installed Lets Encript Add On and started without errors:
[20:23:24] INFO: Selected HTTP verification
[20:23:25] INFO: Detecting existing certificate type for XXX.YYYYYY.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
[20:23:28] INFO: Existing certificate using 'ecdsa' key type.
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certificate not yet due for renewal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Certificate not yet due for renewal; no action taken.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
My configure.yml
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
homeassistant:
external_url: https://XXX.YYYYYY.com:8123
internal_url: http://192.168.0.15:8123
I tried adding
domains:
- /XXX.YYYYYY.com
As per the documentation, but when I run yml check it said ‘domain:’ was not allowed.
I restarted HA but when I try to go to the domain, it times out.