Updated OCPP 2.0.1 Security Profile 2 MRE demo script #32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adjusted creation of OCPP server (MaEVe CSMS) certificate bundles based on conversations in Zulip around the topic.
Added
extra_hosts
config to EVerest Manager service in relevant Docker Compose file to get constent behavior on all platforms for thehost.docker.internal
DNS name that is used as part of the demo.See #25 for additional details.
Note that in order to test this, you will need to temporarily adjust line 34 of the
demo-iso15118-2-ac-plus-ocpp201.sp2.sh
script to use the head repo and branch for this PR. For example,git clone --branch ocpp-demo-mre https://github.com/activeshadow/everest-demo.git
.Also note that I've been having on-and-off luck with the Envoy load balancer that's used by default in the MaEVe CSMS project. For testing, you can use a version of MaEVe with the load balancer disabled by adjusting line 37 to use the
no-lb
branch of my fork of MaEVE.