Implement mTLS authentication between client and server

This commit is contained in:
2025-02-23 01:32:59 +00:00
parent 83ab6f7a20
commit ebf9afb4e1
9 changed files with 166 additions and 43 deletions

4
client/config.vapi Normal file
View File

@@ -0,0 +1,4 @@
[CCode (cheader_filename = "config.h")]
namespace Config {
public const string CERT_DIR;
}