Skip to content

Commit

Permalink
use chain
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Nov 28, 2024
1 parent 5b41dac commit bcaac99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .builder/actions/tls_server_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run(self, env):
"-accept", "127.0.0.1:59443",
"-key", "tls13.key",
"-cert", "tls13.pem.crt",
"-CAfile", "tls13_root_ca.pem.crt",
"-chainCAfile", "tls13_root_ca.pem.crt",
"-alpn", "x-amzn-mqtt-ca",
"-debug", "-state",
], cwd=dir, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
Expand Down

0 comments on commit bcaac99

Please sign in to comment.