commit | 7641105d8c6a325d520a8f107a627638298962fc | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Wed Aug 07 01:25:07 2019 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Mon Aug 12 05:03:30 2019 -0500 |
tree | 1b654875990a970828e5e5cf526af6abd23cdfc0 | |
parent | b57d75e2b1871fe048216ae98ae3a224ca3adb9e [diff] |
Fix extended key usage value while generating CSR At present extended key usage values are added as key usage values while generating CSR fixed the same. Tested: Verified that key usage and extended key usage values are displayed properly [devenrao]$ openssl req -text -in n1.csr Certificate Request: Data: Version: 1 (0x1) Subject: subjectAltName=an.com/subjectAltName=bm.com, L=NJ, CN=w3.ibm.com/name=cp, C=US/emailAddress=abc.com, GN=gn/initials=in/algorithm=EC/extendedKeyUsage=ServerAuthentication/keyUsage=KeyCertSign/keyUsage=DigitalSignature, O=IBM, ST=NY, SN=sn/unstructuredName=un Subject Public Key Info: Public Key Algorithm: id-ecPublicKey Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I80e2f82696a695ea551cbb01f6a0fd5a2a416663
Certificate management allows to replace the existing certificate and private key file with another (possibly CA signed) Certificate key file. Certificate management allows the user to install both the server and client certificates.
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.