2 * Copyright (C) 2014 Martin Willi
3 * Copyright (C) 2014 revosec AG
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the
7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
17 * @defgroup swanctl swanctl
25 * Configuration file for connections, etc.
27 #define SWANCTL_CONF SWANCTLDIR "/swanctl.conf"
30 * Directory for X.509 end entity certs
32 #define SWANCTL_X509DIR SWANCTLDIR "/x509"
35 * Directory for X.509 CA certs
37 #define SWANCTL_X509CADIR SWANCTLDIR "/x509ca"
40 * Directory for X.509 Attribute Authority certs
42 #define SWANCTL_X509AADIR SWANCTLDIR "/x509aa"
45 * Directory for X.509 CRLs
47 #define SWANCTL_X509CRLDIR SWANCTLDIR "/x509crl"
50 * Directory for X.509 Attribute certificates
52 #define SWANCTL_X509ACDIR SWANCTLDIR "/x509ac"
55 #endif /** SWANCTL_H_ @}*/