Lines Matching full:certificate
1 ## Steps to create and install CA signed certificate
3 To create and install a CA signed server certificate, follow these steps:
5 A. Create your own SSL certificate authority
7 B. Generate CSR for server certificate
9 C. Create CA signed server certificate using CSR request
11 D. Install CA signed server certificate
13 **Create your own SSL certificate authority**
15 1. Create private key for certificate authority(CA).
22 2. Create a root CA certificate using the private key created in step 1.
27 incorporated into your certificate request.
31 into your certificate request.
42 Common Name (eg, YOUR name) []:XYZ CERTIFICATE AUTHORITY
46 **Generate CSR for server certificate**
87 …CERTIFICATE REQUEST-----\nMIICyzCCAbMCAQEwgYUxDzANBgNVBAcMBkF1c3RpbjEUMBIGA1UEAwwLeHgueHgu\neHgueH…
97 -----BEGIN CERTIFICATE REQUEST-----
113 -----END CERTIFICATE REQUEST-----
116 **Create CA signed server certificate using CSR request**
118 1. Use BMC generated CSR request (device.csr) to generate CA signed certificate
127 2. Create JSON file (certificate.json) with the device.crt file created in
131 $ cat certificate.json
133 …CERTIFICATE-----\nMIIDkTCCAnkCCQD7oPxudsyOjTANBgkqhkiG9w0BAQsFADCBjjELMAkGA1UEBhMC\nVVMxDzANBgNVBA…
142 **Install CA signed server certificate**
144 Replace server certificate using JSON file (above) with CA signed certificate
145 details (certificate.json).
148 …}/redfish/v1/CertificateService/Actions/CertificateService.ReplaceCertificate/ -d @certificate.json
150 "@odata.context": "/redfish/v1/$metadata#Certificate.Certificate",
152 "@odata.type": "#Certificate.v1_0_0.Certificate",
153 …CERTIFICATE-----\nMIIDkTCCAnkCCQD7oPxudsyOjTANBgkqhkiG9w0BAQsFADCBjjELMAkGA1UEBhMC\nVVMxDzANBgNVBA…
154 "Description": "HTTPS certificate",
158 "CommonName": "XYZ CERTIFICATE AUTHORITY",
165 "Name": "HTTPS certificate",