SSL certificate won't renew
wavelov3r opened this issue · 3 comments
wavelov3r commented
Here is my config:
`lets_encrypt:
accept_terms: true
certfile: fullchain.pem
keyfile: privkey.pemm
token: abracadabratoken7423892
domains:
- abracadabra.webredirect.org:2363
- abracadabra.webredirect.org
aliases: []
seconds: 300`
It's the second time i cannot reach HA and have to manually renew certificates (so the first time happened 6 months ago)
wavelov3r commented
Maybe it's because i've the port 80 closed?
vittorio88 commented
You shouldn't put ports like :2363 in the domain name.
vittorio88 commented
This software communicates through API with the DNS provider using a new approach called DNS-01, so Let's Encrypt looks at that instead of the ports on your Home Assistant.