13.1.13. EvseSecurity

This module implements the evse_security interface. It uses the filesystem to store certificates and keys

For a detailed handwritten documentation see here

13.1.13.1. Module Configuration

csms_ca_bundle:string <optional>
default: “ca/v2g/V2G_ROOT_CA.pem”
Path to csms_ca_bundle file. If relative will be prefixed with everest prefix + etc/everest/certs. Otherwise absolute file path is used.
mf_ca_bundle:string <optional>
default: “ca/mf/MF_ROOT_CA.pem”
Path to mf_ca_bundle file. If relative will be prefixed with everest prefix + etc/everest/certs. Otherwise absolute file path is used.
mo_ca_bundle:string <optional>
default: “ca/mo/MO_ROOT_CA.pem”
Path to mo_ca_bundle file. If relative will be prefixed with everest prefix + etc/everest/certs. Otherwise absolute file path is used.
v2g_ca_bundle:string <optional>
default: “ca/v2g/V2G_ROOT_CA.pem”
Path to v2g_ca_bundle file. If relative will be prefixed with everest prefix + etc/everest/certs. Otherwise absolute file path is used.
csms_leaf_cert_directory:string <optional>
default: “client/csms”
Directory where CSMS leaf certificates are stored. If relative will be prefixed with everest prefix + etc/everest/certs. Otherwise absolute file path is used.
csms_leaf_key_directory:string <optional>
default: “client/csms”
Directory where CSMS private keys are stored. If relative will be prefixed with everest prefix + etc/everest/certs. Otherwise absolute file path is used.
secc_leaf_cert_directory:string <optional>
default: “client/cso”
Directory where SECC leaf certificates are stored. If relative will be prefixed with everest prefix + etc/everest/certs. Otherwise absolute file path is used.
secc_leaf_key_directory:string <optional>
default: “client/cso”
Directory where SECC private keys are stored. If relative will be prefixed with everest prefix + etc/everest/certs. Otherwise absolute file path is used.
private_key_password:string <optional>
default: “”
Password for encrypted private keys.

13.1.13.2. Provides

Implementation of the evse_security interface

13.1.13.3. Metadata

13.1.13.3.1. Authors

Piet Gömpel

13.1.13.3.2. License