# 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]
changeit是默认的信任库密码



