0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Rename Gun's transport_opts to tls_opts

This commit is contained in:
Loïc Hoguin 2019-09-06 13:33:15 +02:00
parent 36441d35bd
commit 86c16fdccc
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
2 changed files with 2 additions and 2 deletions

View file

@ -186,7 +186,7 @@ cert(Config) ->
do_cert(Config0) ->
doc("A client TLS certificate was provided."),
{CaCert, Cert, Key} = ct_helper:make_certs(),
Config = [{transport_opts, [
Config = [{tls_opts, [
{cert, Cert},
{key, Key},
{cacerts, [CaCert]}