define default CA_CERTIFICATE_DIR

This commit is contained in:
Andreas Steffen 2006-05-30 07:38:41 +00:00
parent 92d30836fd
commit abf2be2281
1 changed files with 9 additions and 2 deletions

View File

@ -217,19 +217,26 @@
#define IPSEC_D_DIR CONFIG_DIR "/ipsec.d"
/**
* Directory for private keys
* Default directory for private keys
*
* @ingroup charon
*/
#define PRIVATE_KEY_DIR IPSEC_D_DIR "/private"
/**
* Directory for trusted certificates
* Default directory for end entity certificates
*
* @ingroup charon
*/
#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
*