first you should specific this files: custom identity, custom trust, and root CA
second you should get :custom identity key store password, custom trust key store password, private key alias, private key alias passphrase
third : you can config it in weblogic.
the step by step is :
login weblogic and choose:mydomain-->Servers-->myserver
General: enable ssl listen port and change ssl listen port then apply
Keystores & SSL: config Identity and trust
change: choose a type of keystore-->Custom Identity And Custom Trust
continue: config keystore properties, including customer identity and custom trust
continue: config ssl private key
Advanced options: server attributes (only is ok:client certs requested but not enforced or client certs request and enforced
after all, click apply .
config startWebLogic.sh(startWebLogic.cmd on windows)
change JAVA_OPTIONS="$JAVA_OPTIONS -Dweblogic.security.SSL.enforceContraints=off"
last restart weblogic.