Answers for "java command line import certificate"

0

how to add new certificate to jks file

keytool -importcert -file certificate.cer -keystore keystore.jks -alias "Alias"
Posted by: Guest on June-04-2020

Code answers related to "java command line import certificate"

Browse Popular Code Answers by Language