define default CA_CERTIFICATE_DIR
This commit is contained in:
+9
-2
@@ -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
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user