Lines Matching full:csr
38 Management console needs an API through which it can send the CSR to VMI (CA)
55 its self-signed certificate to sign CSR from client.
66 The management console can send CSR string to VMI (CA) and get signed
90 client.csr SignCSR() | pldm call to host |
92 | | | Sign CSR
119 '{"CsrString":"<CSR string>"}' https://{BMC_IP}/ibm/v1/Host/Actions/SignCSR
157 ### Current flow for generating and installing Certificates (CSR Based)
159 - Certificate Signing Request CSR is a message sent from an applicant to a
161 - The user calls CSR interface BMC creates new private key and CSR Certificate
163 - CSR certificate is passed onto the CA to sign the certificate and then upload
164 CSR signed certificate and install the certificate.
168 - Our existing BMC certificate manager/service have interfaces to generate CSR,
172 for management console to get CSR certificate signed by VMI (CA).
173 - We don’t have any existing certificate manager interface to forward CSR
175 - Here proposal is to have SignCSR() interface which accepts CSR string and
230 - Dbus object contains CSR,ClientCertificate and Status properties.
231 - PLDM looks for interface added signal for each object created and reads CSR
232 property for CSR string and forwards this CSR string to VMI for signing this
233 CSR.
237 - Create new interface SignCSR in webserver which takes CSR string as input and
241 - On completion of serving the sign CSR request, respective dbus object will be