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.
(Visited 1 times, 1 visits today)
No Comments