EVerest / everest-demo

EVerest demo: Dockerized demo with software in the loop simulation
Apache License 2.0
14 stars 15 forks source link

Final MRE script; includes certificate configuration #29

Closed shankari closed 6 months ago

shankari commented 6 months ago

Simple MRE that showcases the current failure in configuring SecurityProfile: 2 https://github.com/EVerest/everest-demo/issues/25

The script ends with instructions to docker exec into the container and run the startup command. Note that the startup command is currently expected to fail with the error (get_issuer_key_hash must only be used on self-signed certs) https://github.com/EVerest/everest-demo/issues/25#issuecomment-1992185656

Running after docker exec should allow the EVerest OCPP implementers to reproduce the error and then investigate it (potentially by turning on debug logging or by examining the certificates) while still "logged in to" the container.

shankari commented 6 months ago

@sahabulh @jhoshiko can both of you try to run the MRE to make sure that it works before we ask the EVerest team to debug it?

sahabulh commented 6 months ago

Test results (release 2024.2.0, security profile 2) are posted here: https://github.com/EVerest/everest-demo/issues/25#issuecomment-1992742637