Details of the SSL POODLE bug can be found here We can address it in the following way. 1) Disable
Continue readingCategory: SSL
this category contains posts related to Secure Socket Layer
Converting certificate formats
Converting Certificate from JKS to P12 Format keytool -importkeystore -srckeystore Fabrizio.jks -destkeystore Fabrizio.p12 -srcstoretype JKS -deststoretype PKCS12 -srcstorepass weblogic1 -deststorepass
Continue readingCertificate Management in WebSphere Application Server
Before, trying to understand about the certificate management, installation of certificates inside the WebSphere application server we should first understand
Continue readingAutomation of Open SSL CSR(Certificate Sign Request) creation
As part of my Job routine I need to create CSR for various new sites we maintain and mail them
Continue reading