Hello,
I have a Widcard certificate for my home network setup and I’d like to use this certificate for Home Assistant. I can’t find clear instructions on how to do this anywhere? Ideally there would be a “.pfx” importer add-on which could be used?
Hello,
I have a Widcard certificate for my home network setup and I’d like to use this certificate for Home Assistant. I can’t find clear instructions on how to do this anywhere? Ideally there would be a “.pfx” importer add-on which could be used?
Convert the pfx to pem, key, cert and use it like normal.
Thanks for the reply. Ive never done the “normal” process.
I have got the pem, key & cert files. Where do i put these & how do i apply them?
Essentially you just stick the files in a directory that HA has access to (inside the config directory should work just fine), and set your home assistant
http:
api_password: YOUR_PASSWORD
ssl_certificate: /path/to/fullchain.pem
ssl_key: /path/to/privkey.pem
base_url: examplehome.duckdns.org
Simple as that!
All done & Working, thanks for your help!