You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -231,7 +231,7 @@ If **InternalCertificateManagementEnabled** is set to **true**, the storage of c
231
231
232
232
**Open OCPP** provides helper classes based on OpenSSL to ease private keys, certificate and certificate requests usage : generation, signature, verification. They can be used in the user application callbacks. These helpers can be found in the ocpp::tools::x509 namespace and are widely used in the **Open OCPP** source code and examples.
233
233
234
-
### OCPP IS15118 PnC extensions
234
+
### OCPP ISO15118 PnC extensions
235
235
236
236
**Open OCPP** fully supports the whole messaging, data types and configuration keys set associated to the ISO15118 PnC extensions.
237
237
@@ -241,7 +241,7 @@ In Charge Point role these extensions consists mainly on forwarding messages fro
241
241
242
242
**Open OCPP** implements the forwarding and provides callback and retries capabilities for certificates messages.
243
243
244
-
Allthough **Open OCPP** is able to manage a certificate store, the Chare Point certificate used for ISO15118 communication won't be stored in it even if the **InternalCertificateManagementEnabled** configuration key is set to **true**. This is will allow for the ISO15118-2 stack to access this certificate and use it to secure its communications with the vehicule.
244
+
Allthough **Open OCPP** is able to manage a certificate store, the Charge Point certificate used for ISO15118 communication won't be stored in it even if the **InternalCertificateManagementEnabled** configuration key is set to **true**. This is will allow for the ISO15118-2 stack to access this certificate and use it to secure its communications with the vehicule.
0 commit comments