...
Grid: From the Grid tab, select the Grid Manager tab.
Grid Master Candidate: From the Grid tab, select the Grid Manager tab -> Members tab -> member checkbox.From the Toolbar, click Certificates -> Client Cert -> Generate Client Certificate, and select either RSASHA1 or RSASHA256.
If you are generating a certificate for an HSM group with SafeNet Thales Luna SA 4 devices, you must select RSASHA1; and if the certificate is for an HSM group with SafeNet Thales Luna SA 5 or Luna SA 6 devices, select RSASHA256.
...
Download and unzip the CA certificate file in DER format.
Navigate to the directory where you unzip the CA certificate file.
Use the following OpenSSL command to convert the DER file to PEM format:
$ openssl x509 -inform DER -outform PEM -in xxxx.cer -out yyyy.pem
where xxxx is the name of the DER file and yyyy is the name of the converted PEM file. file.
About Validate Certificates
You can view the status results of the certificates uploaded by clicking Validate Certificates. The Validate Certificates feature validates the following:
All the certificate files will be validated through OpenSSL command on each file.
The certificates serial number stored in the database (one.x509_certificate DB objects), and saves the certificates to temporary files.
To view the validated certificates in Grid Manager:
Grid: From the Grid tab, click Certificates in the Toolbar > Validate Certificates.
The Certification Validation Results dialog displays the following:Filename/Serial number: Displays the filename of the certificate files in the folder (For example, ocsp_ca_cert.pem) or the serial number of the certificates in the database ((For example, 4786438514b4fa8325d750a39ca79.... )
Verification Result: Displays the certificate result and the certificate status. For example:
Valid certificate:
/storage/tmp/cert1.pem: OK (folder/temporary files/certificate name.pem: OK)Expired certificate:
/infoblox/security/certs/ocsp_ca_cert.pem: C = IN, ST= Karnataka, L = Bengaluru, 0 = lnfoblox, OU= QA, CN = adityagfc33.inca.infoblox.com, emailAddress = adityag@infoblox.com error 10 at O depth lookup:certificate has expired OK
(folder/temporary files/certificate name.pem: certificate has expired message OK)Invalid certificate
/infoblox/security/certs/ocsp_ca_cert.pem: C = IN, ST = Karnataka, O = Infoblox, OU = QA2, CN = test.inca.infoblox.com error 20 at 0 depth lookup:unable to get local issuer certificate Warning: contains CA certificate(s) without SKI
(folder/temporary files/certificate name.pem: issuer certificate Warning message stating contains CA certificate(s) without SKI OK)
Click Close to exit the Certification Validation Results dialog.
Note |
---|
Note
|