Added transport layer and configured extension commands to call mTLS socket connection

This commit is contained in:
2026-03-24 16:55:36 -03:00
parent 61ba9f6d63
commit b816144fb0
5 changed files with 259 additions and 91 deletions

View File

@@ -47,6 +47,8 @@ pub fn init() -> Extension {
"tcp_socket",
Group::new()
.command("start", tcp::start)
.command("start_mtls", tcp::start_mtls)
.command("start_enroll_mtls", tcp::start_enroll_mtls)
.command("stop", tcp::stop)
.command("send_payload", tcp::send_payload)
.group(