fix: add custom ssl certs

This commit is contained in:
2026-06-26 11:45:14 +01:00
parent 04683589ed
commit fc253b29ea
4 changed files with 63 additions and 1 deletions
+5
View File
@@ -39,6 +39,11 @@ Listeners {
Secure = true
UserAgent = "Mozilla/5.0 Windows NT 10.0 Win64 x64 Chrome/120.0.0.0"
Cert {
Cert = "/app/profiles/teamserver.crt"
Key = "/app/profiles/teamserver.key"
}
Hosts = [
"{{C2_DOMAIN}}"
]