Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

bash create jks from cert and key

keytool -importkeystore -srckeystore abc.p12 
        -srcstoretype PKCS12 
        -destkeystore abc.jks 
        -deststoretype JKS
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #bash #create #jks #cert #key
ADD COMMENT
Topic
Name
7+8 =