Weblogic 10.3.6 KSSL Configuration
Environment - Weblogic 10.3.6, Solaris 11 zone
Trying to configure kSSL for Weblogic in a test environment. First time installing weblogic so pretty much the default configuration - Domain, AdminServer and managed server with machine assigned for nodemanager.
To improve SSL performance using on-chip cryptographic accelerator and configured the kSSL kernel module as an SSL proxy I did the following.
Created self-signed certificate using openssl in the zone
# /usr/sfw/bin/openssl req -x509 -passout pass:changeit -nodes -days 365 -subj /C=AU/ST=QLD/L=Brisbane/CN=host -newkey rsa:2048 -keyout /etc/pki/key01.pem -out /etc/pki/cert01.pem
# cat cert01.pem key01.pem > /etc/pki/mySSLCerts.pem