Skip to content

Commit

Permalink
rabbitmq_ct_helpers: Store SSL certicate password in Config
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbbell committed Apr 16, 2024
1 parent 27b9027 commit bd2d85f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deps/rabbitmq_ct_helpers/src/rabbit_ct_helpers.erl
Expand Up @@ -612,7 +612,10 @@ ensure_ssl_certs(Config) ->
{verify, Verify},
{fail_if_no_peer_cert, FailIfNoPeerCert}
]}]}),
set_config(Config1, {rmq_certsdir, CertsDir});
set_config(
Config1,
[{rmq_certsdir, CertsDir},
{rmq_certspwd, CertsPwd}]);
_ ->
{skip, "Failed to create SSL certificates"}
end.
Expand Down

0 comments on commit bd2d85f

Please sign in to comment.