I discussed about certificates in 10g WebGate expiry after 365 days and fix is to re-configure WebGate that will generate new certificate for one year (To change duration of certificate update default_days in $WEBGATE_HOME/oblix/tools/openssl/ openssl.cnf )
Certificates for WebGates are stored in file with PEM extension. You can open PEM file to view validity of certificate using opensssl as shown below
openssl x509 -in aaa_cert.pem -noout -text
where aaa_cert.pem is the file where certificate is stored.
Possibly Related
- SSL in WebLogic Basics
- Configure SSL for OID
- Configure SSL for OVD
- SSL in Oracle E-Business Suite 11i/R12
Related Posts for SSL
- SSL in Oracle Apps 11i / R12
- Winding Up SSL Implementation in Oracle Apps 11i
- Configure SSL or HTTPS for Oracle Apps 11i
- Overview of SSL in Oracle Applications 11i
- How to view SSL certificate (PEM file) using openssl ?