Help with securityprofile #12
-
Hello all, I'm using your centrineos-core to test our implementation of ocpp and also the everest ecosystem. Do you support securityprofile 2 and 3? What do we have to do to be able to test CentrineOs securityprofile 2 and 3 with everest. Thanks for the help in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @ruitabordaext ! See here the schema for websocket security and websocket servers. This is the system config file used by docker compose. You would need to add the websocket security component and websocket servers with security profiles 2 and 3. Here is an example of what that would look like:
You would need to generate the necessary key and crt files yourself (using a tool such as openssl or via a Certificate Authority) and place them in the Server/data folder (or you could adjust the paths in the above config to look elsewhere). You can then use OCPP messages to update the charger, via InstallCertificate or a Triggered SignCertificate. |
Beta Was this translation helpful? Give feedback.
Hi @ruitabordaext !
We do support security profiles 2 & 3, via adjustments to the system config file.
See here the schema for websocket security and websocket servers.
This is the system config file used by docker compose. You would need to add the websocket security component and websocket servers with security profiles 2 and 3.
Here is an example of what that would look like: