Salesforce

How to find usage details of SSL certificate

« Go Back

Information

 
TitleHow to find usage details of SSL certificate
URL Name000043671
Article Number000166466
EnvironmentProduct: OpenEdge
Version: 10.x, 11.x
OS: All supported platforms
Other: SSL
Question/Problem Description
How to determine public details on SSL connections ?
How to check SSL certificates used by OpenEdge ?
How to find expiration dates for SSL certificates ?
How to identify cipher protocols used by SSL connections  ?

Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
Use the certutil tool on the various .pem files in the <installation directory>\certs subdirectory

certutil -display <certificate>.pem 
shows the basic information such as start and expiration dates of the certificate.

certutil -verbose -display <certificate>.pem
shows all public data from the certificate, including ciphers used, public key hash etc.
Workaround
Notes
Keyword Phrase
Last Modified Date10/7/2013 4:26 PM

Powered by