summaryrefslogtreecommitdiffstats
path: root/src/ct_helper.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ct_helper.erl')
-rw-r--r--src/ct_helper.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ct_helper.erl b/src/ct_helper.erl
index c1a1d93..9fcf8aa 100644
--- a/src/ct_helper.erl
+++ b/src/ct_helper.erl
@@ -196,7 +196,7 @@ is_process_down(Pid, Timeout) ->
%% @doc Create a set of certificates.
-spec make_certs()
- -> {CaCert::der_encoded(), Cert::der_encoded(), Key::key()}.
+ -> {[CaCert::der_encoded()], Cert::der_encoded(), Key::key()}.
make_certs() ->
Opts = public_key:pkix_test_data(#{
root => [{digest, sha256}, {key, {rsa, 2048, 17}}],