From f60b2b59f71e48a026b57b4ec32fd45d80c52960 Mon Sep 17 00:00:00 2001 From: Andreas Ehn Date: Fri, 27 Jun 2025 18:57:19 +0800 Subject: [PATCH] Fix description of how to create private and public keys in tesla_fleet.markdown (#39744) --- source/_integrations/tesla_fleet.markdown | 3 +++ 1 file changed, 3 insertions(+) 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