Dmitry Tantsur 0051bd4be0 Support uploading certificates for virtual media
This change implements the new feature of VirtualMedia 1.4.0: custom TLS
certificates. Adding/listing/deleting/replacing certificates is supported,
but creating a CSR is not.

Change-Id: I30a5c673ab91486cafbe1383c5fe58142102a7c2
2021-09-01 18:00:46 +02:00

11 lines
458 B
JSON
Executable File

{
"@odata.type": "#Certificate.v1_3_0.Certificate",
"Id": {{ cert_id|string|tojson }},
"Name": "HTTPS Certificate {{ cert_id }}",
"CertificateString": {{ cert_string|string|tojson }},
"CertificateType": {{ cert_type|string|tojson }},
"Oem": {},
"@odata.id": {{ location|string|tojson }},
"@Redfish.Copyright": "Copyright 2014-2021 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
}