ISO15118 EV Certificate +++++++++++++++++++++++ .. admonition:: Description. :class: seealso Message used to inform the CS that the EV wants to install/update certificates. .. note:: The request will contain a base64 encoded version of the EXI byte stream of the ``CertificateInstallationReq`` message sent by the EVCC to the SECC in ISO 15118. The OCPP will forward this request to the CSMS. The idea is to forward this request to Hubject through their OPCP (Open Plug and Charge Protocol) API and get the ``CertificateInstallationRes`` message that the SECC shall forward to the EVCC .. jsonschema:: ../../../schemas/Iso15118GetEvCertificateRequest.json :hide_key: /**/additionalProperties Example:: { "id": "1", "name": "iso15118_get_ev_certificate", "type": "request", "data": { "action": "install", // or update "iso15118_schema_version": "urn:iso:15118:2:2013:MsgDef", // or "urn:iso:std:iso:15118:-20:CommonMessages" "exi_request": "AAAAAAAAbcd123595ffcbcaff212424" } } .. jsonschema:: ../../../schemas/Iso15118GetEvCertificateResponse.json :hide_key: /**/additionalProperties Example:: { "id": "1", "name": "iso15118_get_ev_certificate", "type": "response", "data": { "status": "accepted", //or "failed" "exi_response": "A24ede1A24ede1A3595ffcbcaff212424ede111aaccbbbb54" } } --------