chore(quic): unhide TLS certfile password
This commit is contained in:
parent
70a1c25d0f
commit
169cc9f822
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue