Oracle Weblogic Server (MOSC)

MOSC Banner

Install Certificate to Managed Instance

edited Aug 6, 2020 3:27AM in Oracle Weblogic Server (MOSC) 11 commentsAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center