chore(quic): unhide TLS certfile password

This commit is contained in:
William Yang 2023-03-21 12:11:03 +01:00
parent 70a1c25d0f
commit 169cc9f822
1 changed files with 2 additions and 2 deletions

View File

@ -3019,9 +3019,9 @@ is_quic_ssl_opts(Name) ->
"cacertfile", "cacertfile",
"certfile", "certfile",
"keyfile", "keyfile",
"verify" "verify",
"password"
%% Followings are planned %% Followings are planned
%% , "password"
%% , "hibernate_after" %% , "hibernate_after"
%% , "fail_if_no_peer_cert" %% , "fail_if_no_peer_cert"
%% , "handshake_timeout" %% , "handshake_timeout"