GitHub CI: enable TLS for ws in file transfer test

This commit is contained in:
Joakim Frostegård 2022-07-18 23:44:16 +02:00
parent 064d6fb14b
commit 9f9015d51c

View file

@ -82,6 +82,7 @@ echo "log_level = 'trace'
[network]
address = '127.0.0.1:3002'
enable_tls = true
tls_certificate_path = './cert.crt'
tls_private_key_path = './key.pk8'
" > ws.toml