Answers for "import ca cert into truststore"

0

add certificate to java truststore

# Copy the certificate into the directory Java_homeJreLibSecurity
# Change your directory to Java_homeJreLibSecurity>
# Import the certificate to a trust store.

keytool -import -alias ca -file somecert.cer -keystore cacerts -storepass changeit [Return]

Trust this certificate: [Yes]
Posted by: Guest on June-24-2020

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language