|
Post by AMI_alvin on Sept 14, 2021 3:27:30 GMT
Hi,
If the BMC Web Server have the Certificate Chain information, is there any suggestion to classify the Root CA certificate and Intermediate CA certificate to the proper Certificate resource URI?
For example, the "cert-A", which is used for https protocol, will be classified to "/redfish/v1/Managers/{ManagerId}/NetworkProtocol/HTTPS/Certificates" , but I'm not sure how to classify its imtermediate CA certificate which signed the "cert-A".
Thanks, Alvin
|
|
|
Post by mraineri on Oct 15, 2021 18:58:20 GMT
You can show those intermediate and CA certificates as additional members in that same collection. As part of the recent 2021.2 schema bundle, the Certificate resource was updated so it's possible to express the signing chain in each of the Certificate resources with the new "Subjects" and "Issuer" properties found inside of "Links".
|
|
|
Post by AMI_alvin on Oct 21, 2021 6:28:01 GMT
Thank you mraineri for your information.
|
|