简体   繁体   中英

I have certificate file with “.p12” extension, Can i use it as keystore file for SSL authentication?

Hi We are calling a webservice from an ETL tool and which worked fine in SOAP UI, But when we use in our ETL tool it throws an error of "INvalid keystore format". So the question is can we use the certificate file as keystore file for SSL authentication, Or are those completely different?

Change it to jks like this

keytool -v -importkeystore -srckeystore keystore.p12 -srcstoretype PKCS12 -destkeystore keystore.jks -deststoretype JKS

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM