Skip to content

Commit bd2d85f

Browse files
committed
rabbitmq_ct_helpers: Store SSL certicate password in Config
1 parent 27b9027 commit bd2d85f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

deps/rabbitmq_ct_helpers/src/rabbit_ct_helpers.erl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,10 @@ ensure_ssl_certs(Config) ->
612612
{verify, Verify},
613613
{fail_if_no_peer_cert, FailIfNoPeerCert}
614614
]}]}),
615-
set_config(Config1, {rmq_certsdir, CertsDir});
615+
set_config(
616+
Config1,
617+
[{rmq_certsdir, CertsDir},
618+
{rmq_certspwd, CertsPwd}]);
616619
_ ->
617620
{skip, "Failed to create SSL certificates"}
618621
end.

0 commit comments

Comments
 (0)