I have deployed my HA to an Esx host and imported the backup from my Docker HA so that I can also use the beautiful addons. Now I have found in the form how to create an SSL certificate if you have your own easy-rsa CA and I only followed this manual without success. The HA no longer starts after this config http:
ssl_certificate: /ssl/HA.pem
ssl_key: /ssl/HAprivkey.pem
They were successfully created with this Command openssl req -sha256 -addext “subjectAltName = IP: X.X.X.X” -newkey rsa: 4096 -nodes -keyout privkey.pem -x509 -days 1095 -out HA.pem
What is the problem of importing vopm Docker Backup or something else?
No idea what a vopm Docker backup is, but why don’t you use a letsencrypt SSL certificate ? They are free.
Oh sry was a typo → Backup from
Home Assistant Docker on Synology. Letsencrypt is free an i use this for my root ca on rocky linux. Its run easy-rsa.
Is it am must use lets encrypt directly for home Assistant ?
No, simply never tried with own CA, since lets-encrypt is more easy.