rhevm.cer
certificate from Section 2.1, “TLS/SSL Certification” into a Java keystore. This procedure requires the keytool management utility from the Java Development Kit (JDK) available for Linux and Windows systems.
rhevm.cer
certificate.
rhevm.cer
certificate using the Java keytool management utility.
keytool -importcert -v -trustcacerts -keystore restapi.jks -noprompt -alias rhevm -file rhevm.cer
restapi.jks
.
rhevm.cer
certificate to the restapi.jks
keystore. Use keytool -list command to view the certificate's entry in the keystore:
keytool -list -keystore restapi.jks -storepass [password]
openssl x509 -in rhevm.cer -out rhevm.new -outform [pem|der]This creates a file called
rhevm.new
to use in place of rhevm.cer
.