mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 20:43:30 +00:00
Added connector and enrollment for mTLS client certificate auto enrollment on game sessions, will MOCK a official tak client behavior when authenticating
This commit is contained in:
6
src/tcp/tls/mod.rs
Normal file
6
src/tcp/tls/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
pub mod artifacts;
|
||||
mod connector;
|
||||
mod enrollment;
|
||||
|
||||
pub use connector::connect_mtls;
|
||||
pub use enrollment::enroll_and_connect;
|
||||
Reference in New Issue
Block a user