Menu

How to import certificates to weblogic server

Weblogic By Nov 21, 2015 No Comments
Below is the procedure to be done to import certificates to weblogic server.

  • Import or download the certificate to a local folder ex: D:myprojectsDocscertsfap0424.cer ; where fap0424.cer is my certificate
  • Using below command, import the certificate to the weblogic server

keytool -import -alias fap0424  -file D:myprojectsDocscertsfap0424.cer -keystore C:OracleMiddlewareJDev11.1.1.7.1wlserver_10.3serverlibDemoTrust.jks

  • To verify the import, use below command which list out all the certificates in the weblogic server

keytool -list -alias fap0424 -keystore C:OracleMiddlewareJDev11.1.1.7.1wlserver_10.3serverlibDemoTrust.jks

In the above example the file path C:OracleMiddlewareJDev11.1.1.7.1wlserver_10.3serverlibDemoTrust.jks represents the weblogic file to which we should export our certificate.

No Comments

Leave a comment

Hi, Welcome here.
JOIN OUR NEWSLETTER
And get notified everytime we publish a new blog post.