mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Fix description of how to create private and public keys in tesla_fleet.markdown (#39744)
This commit is contained in:
parent
265520cb0b
commit
f60b2b59f7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user