Fix description of how to create private and public keys in tesla_fleet.markdown (#39744)

This commit is contained in:
Andreas Ehn 2025-06-27 18:57:19 +08:00 committed by GitHub
parent 265520cb0b
commit f60b2b59f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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