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
159 ### Current flow for generating and installing Certificates (CSR Based):
161 - Certificate Signing Request CSR is a message sent from an applicant to a
163 - The user calls CSR interface BMC creates new private key and CSR Certificate
165 - CSR certificate is passed onto the CA to sign the certificate and then upload
166 CSR signed certificate and install the certificate.
170 - Our existing BMC certificate manager/service have interfaces to generate CSR,
174 for management console to get CSR certificate signed by VMI (CA).
175 - We don’t have any existing certificate manager interface to forward CSR
177 - Here proposal is to have SignCSR() interface which accepts CSR string and
232 - Dbus object contains CSR,ClientCertificate and Status properties.
233 - PLDM looks for interface added signal for each object created and reads CSR
234 property for CSR string and forwards this CSR string to VMI for signing this
235 CSR.
239 - Create new interface SignCSR in webserver which takes CSR string as input and
243 - On completion of serving the sign CSR request, respective dbus object will be