#I use https www home assistant io
1 messages · Page 1 of 1 (latest)
When you say "CA"... exactly what are you talking about?
SSL certificates?
Oh... another post and run?
If so, you want something like
certbotordehydrated- or to use a proxy server like Traefik that can handle it all for you
yes I have SSL in mind, moved HA from RPi to Docker. there I configured the duckdns integration and used the original data (domain, token) but the SSL CA is renewed once a month.
Well, if you moved from HAOS to Docker, the DuckDNS add-on included LetsEncrypt functionality
you want something like
certbotordehydrated- or to use a proxy server like Traefik that can handle it all for you
Personally I'd recommend Traefik, though any of those require you to do a little learning
I think if I wait until the beginning of the month so the service will start and renew ssl ca
I'm doing a local SSL cert (using nabucase for remote). Using a different vm with acme.sh to generate the certificate, and then it gets SCPed to the HA vm. then calls the restart api
No... it won't
Nothing is going to happen unless you make it happen
If you don't want to take the easy path of Traefik then you need something like https://eff-certbot.readthedocs.io/en/stable/install.html#running-with-docker and to map all the right volumes - both to Home Assistant's container and to whatever container you're rurnnng to update those certificates
It already worked, at the beginning of the new month (2x) but I updated the container and the SSL in it was deleted, I mapped the folder to SSL so that it would no longer be deleted when updating.
Well, you need some software to update the SSL certificate ... are you saying you've done that?
I use the integration:
https://www.home-assistant.io/integrations/duckdns/
# DuckDNS
duckdns:
domain: xxx.duckdns.org
access_token: token...
#http:
http:
server_port: 443
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
But updating the image in the docker deleted my ssl ca and now I would need a forced renew CA.