Steps to create a .jks keystore using .key and .crt files...
Steps to create a .jks keystore using .key and .crt filesâŚ
By Puneeth on Oct 04, 2013
F5 load balancers generate .crt and .key files, which has to be converted to a .jks keystore to configure it with Weblogic Server.
Here .crt is the signed certificate from a CA and .key contains the private key.
These are in PEM format.
Step 1 :
Copy the crt contents to a notepad and save this file with .pem extension.
Eg : cert.pem
Contents :
ââBEGIâŚ
View On WordPress














