* more fixes
[citadel.git] / webcit / crypto.c
index e4196717f992b115b2bd475883deca548fad5315..c0e28726eb59e630244c756082ae395130ba220d 100644 (file)
@@ -14,7 +14,7 @@
 #include "webcit.h"
 #include "webserver.h"
 
-#define        CTDL_CRYPTO_DIR         "./keys"
+#define        CTDL_CRYPTO_DIR         WEBCITDIR "/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"