Create jsk file from cer and crt certificates
Hi,
I received three files:
root.cer
Intem.cer
file.crt
How can I combine them to create keystore and trust store:
keytool -import -file -alias -.jks -storepass
Thanks.
1
Hi,
I received three files:
root.cer
Intem.cer
file.crt
How can I combine them to create keystore and trust store:
keytool -import -file -alias -.jks -storepass
Thanks.