From 52c131025ddcf39d380aae8047ded059cce67621 Mon Sep 17 00:00:00 2001 From: Brandon Dunne Date: Tue, 23 Jan 2024 13:43:23 -0500 Subject: [PATCH] Change the Name of the CA from something to ApplianceCA --- lib/manageiq/appliance_console/message_configuration_server.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/manageiq/appliance_console/message_configuration_server.rb b/lib/manageiq/appliance_console/message_configuration_server.rb index 590972fa..90dd57bb 100644 --- a/lib/manageiq/appliance_console/message_configuration_server.rb +++ b/lib/manageiq/appliance_console/message_configuration_server.rb @@ -198,7 +198,7 @@ def configure_keystore "-out" => ca_cert_path, "-days" => 10_000, "-passout" => "env:PASSWORD", - "-subj" => '/CN=something'}]) + "-subj" => '/CN=ApplianceCA'}]) # Import the CA cert into the trust store, creating truststore.jks # :stdin_data provides the -storepass argument and yes to confirm