Install Certificate to Managed Instance
We have a managed server on WebLogic Server 12c (12.2.1.3) that want to install SSL certificate and I am new to this area. My colleague gave me a .cer file which is a wildcard certificate. I did below steps to setup.
1. Use keytool to add certificate to a new keystore.
keytool -importcert -file [full\path\to\your.cer] -keystore [full\path\to\yourkeystore.jks] -alias [keystore_alias]
It prompted me to create password for the new keystore and if I trust this certificate (answered yes). yourkeystore.jks file is generated.
2. Then login to WebLogic Server Admin Console. Under Environment > Servers > select the managed server to configure keystore. Click Lock & Edit.