#Tesla Fleet Integration - SSL Issues

1 messages · Page 1 of 1 (latest)

still heron
#

I am trying to integrate my Solar and Battery (PW3) set up in HA through the Tesla Fleet integration and have been following the steps in the documentation.

However I cannot manage to create the private and public keys (or at least if i am i can't find them). I've managed to enter the terminal (step 1), enable openssl and run the commands (steps 2 and 3 - which seem to work) but I cannot find the keys that have been created (i've used samba to navigate to the ssl folder but they arent there).

Its a fresh install of Home Assistant as I am completely new to this so I am assuming there is something obvious that i am missing 😦

finite lark
#

what documentation or guide are you following exactly?

#

private/public key pairs can be generated anywhere, you just have to get them to the right location

#

might just be easier to generate them locally on your PC and then move them to the right folders through SSH or whatever

still heron
#

So essentially I could use the same commands to make them on my Mac and then simply transfer them using samba protocol? Don't suppose you could point in the direction of a guide to do so (sorry completely new to this!)

finite lark
#

yeah this is not an easy integration to setup

#

but creating the keys can be done on any PC

winged quarry
#

what about leveraging the private key that tesla_fleet generates on startup? it puts a private key into the folder /config/tesla_fleet.key from there you can generate the public key and put it in the folder openssl ec -in /config/tesla_fleet.key -pubout -out /share/tesla/com.tesla.3p.public-key.pem

finite lark
#

unless that's specifically mentioned in the docs I wouldn't mess with it

winged quarry
still heron
#

Thanks all - i'll give this a try at the weekend when i have some time to experiment!