eclipse-volttron / volttron-openadr-ven

Apache License 2.0
5 stars 5 forks source link

Update IPKeys certs section in README #34

Closed bonicim closed 1 year ago

bonicim commented 2 years ago

The README includes a section on setting up an IPKeys VTN to work with the OpenADRAgent. An important part of setting up the VTN is to give it the fingerprint of the VEN's public certificate. Include the openssl command to generate the fingerprint:

$ openssl x509 -fingerprint -in -noout

In example:

$ openssl x509 -fingerprint -in ./sample.pem -noout SHA1 Fingerprint=EC:60:07:57:4F:9D:E2:9A:79:66:56:B3:95:CE:78:76:04:E0:09:28

Helpful links: https://www.digicert.com/kb/ssl-support/openssl-quick-reference-guide.htm