hi, succesful created a ssl certiftcate with lets’ ecnrypt
but for the automaton and renewal, do you still need to have port 80 open?
also, does it needs to point to the homeassistant IP ? or can you have 80 open to another webservice on your own network?
i am doing multiple lets encrypts now on my home services, but for auto renewals to work then, i hope that i dont need to change the port forward rule for each ip/service
thnx
Yes but only at the point when you do the renewal. I have my port 80 forwarded, but block it in iptables. When I process the renewal, I open the port, run it, then close the port again.
You could do it on another machine on the network but you’d need to then distribute the updated certs. If you want to run the renew process from the pi using a remote webserver, I suppose you could use samba to map a remote share to the root of the website, and use the certbot webroot option.