Searched hist:c6e58c7e7fade369e64c6eaee23a5b72f37a7ace (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-certificate-manager/ |
H A D | certs_manager.hpp | diff c6e58c7e7fade369e64c6eaee23a5b72f37a7ace Tue Jul 16 08:52:47 CDT 2019 Ramesh Iyyar <rameshi1@in.ibm.com> Generate RSA Private Key file during application startup
Generating RSA private key file during application startup if rsa key file is not found. Here, the rsa private key file is a hidden file (.rsaprivkey.pem) and placed in certificate file install path which is given during application startup.
This generated rsa private key file will be used to create private key and csr files if certificate manager received the generateCSR request with key pair algorithm as RSA. So, the every time rsa key generation is avoided, because rsa key is generated with keybitlength as 2048 during application startup.
From this change, certificate manager will support only 2048 as key bit length to generated rsa key pair. If user given other than 2048, application will throw error.
Tested By: - Added below unit test case * To check rsa private key file is generated during application startup. * To validate unsupported key bit length. * To check rsa private key file is present or not. * To check rsa private key is picked from rsa private key file while receive the generateCSR request. - Manual test case * Restarted certificate manager application to check rsa private key file is generated. systemctl restart phosphor-certificate-manager@bmcweb.service
* Invoked genearteCSR request by using curl command to check generated rsa private key file is used to create private key and csr file. curl -c cjar -b cjar -k -H "X-Auth-Token: $bmc_token" -X POST https://${bmc}/redfish/v1/CertificateService/Actions/ CertificateService.GenerateCSR/ -d @generate_https.json
Change-Id: I876779f1ab36f52774c52041d68304a610ea261b Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
|
H A D | certs_manager.cpp | diff c6e58c7e7fade369e64c6eaee23a5b72f37a7ace Tue Jul 16 08:52:47 CDT 2019 Ramesh Iyyar <rameshi1@in.ibm.com> Generate RSA Private Key file during application startup
Generating RSA private key file during application startup if rsa key file is not found. Here, the rsa private key file is a hidden file (.rsaprivkey.pem) and placed in certificate file install path which is given during application startup.
This generated rsa private key file will be used to create private key and csr files if certificate manager received the generateCSR request with key pair algorithm as RSA. So, the every time rsa key generation is avoided, because rsa key is generated with keybitlength as 2048 during application startup.
From this change, certificate manager will support only 2048 as key bit length to generated rsa key pair. If user given other than 2048, application will throw error.
Tested By: - Added below unit test case * To check rsa private key file is generated during application startup. * To validate unsupported key bit length. * To check rsa private key file is present or not. * To check rsa private key is picked from rsa private key file while receive the generateCSR request. - Manual test case * Restarted certificate manager application to check rsa private key file is generated. systemctl restart phosphor-certificate-manager@bmcweb.service
* Invoked genearteCSR request by using curl command to check generated rsa private key file is used to create private key and csr file. curl -c cjar -b cjar -k -H "X-Auth-Token: $bmc_token" -X POST https://${bmc}/redfish/v1/CertificateService/Actions/ CertificateService.GenerateCSR/ -d @generate_https.json
Change-Id: I876779f1ab36f52774c52041d68304a610ea261b Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
|
/openbmc/phosphor-certificate-manager/test/ |
H A D | certs_manager_test.cpp | diff c6e58c7e7fade369e64c6eaee23a5b72f37a7ace Tue Jul 16 08:52:47 CDT 2019 Ramesh Iyyar <rameshi1@in.ibm.com> Generate RSA Private Key file during application startup
Generating RSA private key file during application startup if rsa key file is not found. Here, the rsa private key file is a hidden file (.rsaprivkey.pem) and placed in certificate file install path which is given during application startup.
This generated rsa private key file will be used to create private key and csr files if certificate manager received the generateCSR request with key pair algorithm as RSA. So, the every time rsa key generation is avoided, because rsa key is generated with keybitlength as 2048 during application startup.
From this change, certificate manager will support only 2048 as key bit length to generated rsa key pair. If user given other than 2048, application will throw error.
Tested By: - Added below unit test case * To check rsa private key file is generated during application startup. * To validate unsupported key bit length. * To check rsa private key file is present or not. * To check rsa private key is picked from rsa private key file while receive the generateCSR request. - Manual test case * Restarted certificate manager application to check rsa private key file is generated. systemctl restart phosphor-certificate-manager@bmcweb.service
* Invoked genearteCSR request by using curl command to check generated rsa private key file is used to create private key and csr file. curl -c cjar -b cjar -k -H "X-Auth-Token: $bmc_token" -X POST https://${bmc}/redfish/v1/CertificateService/Actions/ CertificateService.GenerateCSR/ -d @generate_https.json
Change-Id: I876779f1ab36f52774c52041d68304a610ea261b Signed-off-by: Ramesh Iyyar <rameshi1@in.ibm.com>
|