Skip to content

Commit

Permalink
Merge pull request #228 from bdunne/ca_name
Browse files Browse the repository at this point in the history
Change the Name of the CA from something to ApplianceCA
  • Loading branch information
Fryguy authored Jan 24, 2024
2 parents c295d5c + 52c1310 commit c30c3f3
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 c30c3f3

Please sign in to comment.