Certificate Installation Status ++++++++++++++++ .. _certificate_installation_status: This message is intended to inform the OEM whenever a keystore certificate (certificates owned by the charging station) has been successfully installed, deleted or the installation failed. This allows the OEM to decide what to do with the corresponding private key (TPM handled). .. jsonschema:: ../../../schemas/CertificateInstallationStatusUpdate.json :hide_key: /**/additionalProperties Example:: { "id": "123e4567-e89b-12d3-a456-426614174000", "name": "certificate_installation_status", "type": "update", "data": { "certificate_type": "charging_station_certificate", "status": "installed" } }