]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
* During SSL initialization, create the "keys" directory if it does not
[citadel.git] / citadel / sysconfig.h
index 39ea373fe5d76880a13e5662c80678c86949e0a9..1bc35fae2ff02995fdcc610a19d799d06c983423 100644 (file)
 #define USERCALENDARROOM       "Calendar"
 #define USERTASKSROOM          "Tasks"
 #define USERCONTACTSROOM       "Contacts"
+#define USERNOTESROOM          "Notes"
 #define PAGELOGROOM            "Sent/Received Pages"
 #define SYSCONFIGROOM          "Local System Configuration"
 #define SMTP_SPOOLOUT_ROOM     "__CitadelSMTPspoolout__"
  * How long (in seconds) to retain message entries in the use table
  */
 #define USETABLE_RETAIN                604800L         /* 7 days */
+
+/*
+ * Pathnames for cryptographic goodness
+ */
+#define        CTDL_CRYPTO_DIR         BBSDIR "/keys"
+#define CTDL_KEY_PATH          CTDL_CRYPTO_DIR "/citadel.key"
+#define CTDL_CSR_PATH          CTDL_CRYPTO_DIR "/citadel.csr"
+#define CTDL_CER_PATH          CTDL_CRYPTO_DIR "/citadel.cer"