mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
GitHub CI: enable TLS for ws in file transfer test
This commit is contained in:
parent
064d6fb14b
commit
9f9015d51c
1 changed files with 1 additions and 0 deletions
1
.github/actions/test-transfer/entrypoint.sh
vendored
1
.github/actions/test-transfer/entrypoint.sh
vendored
|
|
@ -82,6 +82,7 @@ echo "log_level = 'trace'
|
||||||
|
|
||||||
[network]
|
[network]
|
||||||
address = '127.0.0.1:3002'
|
address = '127.0.0.1:3002'
|
||||||
|
enable_tls = true
|
||||||
tls_certificate_path = './cert.crt'
|
tls_certificate_path = './cert.crt'
|
||||||
tls_private_key_path = './key.pk8'
|
tls_private_key_path = './key.pk8'
|
||||||
" > ws.toml
|
" > ws.toml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue