define default CA_CERTIFICATE_DIR

This commit is contained in:
Andreas Steffen
2006-05-30 07:38:41 +00:00
parent 92d30836fd
commit abf2be2281
+9 -2
View File
@@ -217,19 +217,26 @@
#define IPSEC_D_DIR CONFIG_DIR "/ipsec.d" #define IPSEC_D_DIR CONFIG_DIR "/ipsec.d"
/** /**
* Directory for private keys * Default directory for private keys
* *
* @ingroup charon * @ingroup charon
*/ */
#define PRIVATE_KEY_DIR IPSEC_D_DIR "/private" #define PRIVATE_KEY_DIR IPSEC_D_DIR "/private"
/** /**
* Directory for trusted certificates * Default directory for end entity certificates
* *
* @ingroup charon * @ingroup charon
*/ */
#define CERTIFICATE_DIR IPSEC_D_DIR "/certs" #define CERTIFICATE_DIR IPSEC_D_DIR "/certs"
/**
* Default directory for trusted CA certificates
*
* @ingroup charon
*/
#define CA_CERTIFICATE_DIR IPSEC_D_DIR "/cacerts"
/** /**
* Secrets files * Secrets files
* *