aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-07 22:09:06 -0400
committerTest_User <hax@andrewyu.org>2024-06-07 22:09:06 -0400
commit5c9c4339ac97ffb9c66d9f3dd3a8285badd24d71 (patch)
tree59ff5a5bf712e8fc02717cdb4e1d597497cc38e5 /config.h
parent92d08e2442d0230ac096b6484d32f6ec75a8a622 (diff)
downloadcoupserv-5c9c4339ac97ffb9c66d9f3dd3a8285badd24d71.tar.gz
coupserv-5c9c4339ac97ffb9c66d9f3dd3a8285badd24d71.zip
(Optional) Client certificate support, fix main to exit if init client or server network fails
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 9474353..931d726 100644
--- a/config.h
+++ b/config.h
@@ -50,3 +50,6 @@ extern struct string client_hostmask; // = STRING("127.0.0.1");
extern struct string client_cert; // = STRING("NiceInvalidCertForNickServToAcceptRegardlessOfItsPossibility");
extern struct string opertype; // = STRING("Admin");
+
+extern char *tls_cert_path; // = "/etc/keys/crt.pem";
+extern char *tls_key_path; // = "/etc/keys/key.pem";