diff --git a/source/_integrations/tesla_fleet.markdown b/source/_integrations/tesla_fleet.markdown index 74e85bb58ee..bf65d3378a5 100644 --- a/source/_integrations/tesla_fleet.markdown +++ b/source/_integrations/tesla_fleet.markdown @@ -73,6 +73,9 @@ This method works if you have the [NGINX Home Assistant SSL proxy Add-on](https: ```shell openssl ecparam -name prime256v1 -genkey -noout -out tesla_fleet.key + ``` + +3. Create your public key: ```shell openssl ec -in tesla_fleet.key -pubout -out public-key.pem