Monday, February 25, 2013

setup weblogic SSL which works for IE

It is easy to set weblogic using SSL. But the public key of the default certficate from weblogic is 512, which is rejected by IE. IE need the key size great than 1024.

Here are the docs to create certificate which public key is great than 1024.
http://www.sslshopper.com/article-how-to-create-a-self-signed-certificate-using-java-keytool.html

Here is the doc about how to use customer keystore in Weblogic.
http://xiejin2008.iteye.com/blog/720700

No comments:

Post a Comment