ae70b3da | 30-Sep-2018 |
Deepak Kodihalli <dkodihal@in.ibm.com> |
Implement certificate delete
A deletion of a certificate is invoked by calling the DELETE verb on the certificate REST endpoint. This application intercepts this and deletes the certificate file. It
Implement certificate delete
A deletion of a certificate is invoked by calling the DELETE verb on the certificate REST endpoint. This application intercepts this and deletes the certificate file. It also reloads/restarts the associated systemd unit, which may generate a self-signed certificate.
Change-Id: I879551c1aff160cab0c07d1c73ae147f85a6e17e Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
show more ...
|
e8199a86 | 29-Sep-2018 |
Jayanth Othayoth <ojayanth@in.ibm.com> |
Enable client type certificate install interface
Added support to restart unit, incase reload is not supported by the unit, also enabled client certificate install function.
Change-Id: I68b7eeb1f81
Enable client type certificate install interface
Added support to restart unit, incase reload is not supported by the unit, also enabled client certificate install function.
Change-Id: I68b7eeb1f81f6faf65dcfb8e6c5b9b907145747a Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
show more ...
|
589159f2 | 28-Sep-2018 |
Jayanth Othayoth <ojayanth@in.ibm.com> |
Add Public/Private key compare function
Comparing private key against certificate public key from input .pem file
Change-Id: I6abac7f6f33182a41d7bac3562c126c91164de82 Signed-off-by: Jayanth Othayot
Add Public/Private key compare function
Comparing private key against certificate public key from input .pem file
Change-Id: I6abac7f6f33182a41d7bac3562c126c91164de82 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
show more ...
|
dd74bd20 | 28-Sep-2018 |
Jayanth Othayoth <ojayanth@in.ibm.com> |
Add Certificate verification support
Call X509_verify_cert to perform the following validations: o Check trust settings on the root CA o Validity of the certificate chain by enab
Add Certificate verification support
Call X509_verify_cert to perform the following validations: o Check trust settings on the root CA o Validity of the certificate chain by enabling (X509_V_ERR_CERT_HAS_EXPIRED). For details of the verification, refer: https://www.openssl.org/docs/manmaster/man1/verify.html
Change-Id: I5fcde5d34658e7b483de2715831107509f31b531 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
show more ...
|
947258dc | 25-Sep-2018 |
Marri Devender Rao <devenrao@in.ibm.com> |
Add unit test for certificate install
Change-Id: I25700842983be152edc18f78912a917220867b0b Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> |
cfbc8dc8 | 03-Sep-2018 |
Jayanth Othayoth <ojayanth@in.ibm.com> |
Implementation of certificate install interface
- Copy the certificate and private Key file to the service specific path based on a configuration file.
- Reload the listed service for which the c
Implementation of certificate install interface
- Copy the certificate and private Key file to the service specific path based on a configuration file.
- Reload the listed service for which the certificate is updated.
Change-Id: Iae7d340a0a2381502aef33762eb79b57ddeda07d Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
show more ...
|
0aa0d114 | 03-Sep-2018 |
Jayanth Othayoth <ojayanth@in.ibm.com> |
Initial commit for phosphor certificate manager
Certificate management application allows to replace the existing certificate and private key file with another (possibly CA signed Certificate and pr
Initial commit for phosphor certificate manager
Certificate management application allows to replace the existing certificate and private key file with another (possibly CA signed Certificate and private key file.
Change-Id: I1129cc92ca4aae5f84cb304dda9073cc74781009 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
show more ...
|
bd324e4a | 10-Aug-2018 |
Brad Bishop <radsquirrel@gmail.com> |
Initial commit |