Skip to content

Help with securityprofile #12

Answered by thanaParis
ruitabordaext asked this question in Q&A
Discussion options

You must be logged in to vote

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:

        websocketSecurity: {
            tlsKeysFilepath: "./data/csms_root_rsa.key",
            tlsCertificateChainFilepath: "./data/csms_chain_rsa.crt",
            mtlsCertificateAuthorityRootsFilepath: "./data/charging_station_rsa.crt",
            mtlsCertificateAuthorityKeysFilepath: "./data/charging_station…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ruitabordaext
Comment options

Answer selected by ChrisWeissmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants