Skip to content

Commit

Permalink
Change the Name of the CA from something to ApplianceCA
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed Jan 23, 2024
1 parent 793a6dd commit 52c1310
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 52c1310

Please sign in to comment.