From: Andreas Steffen Date: Sun, 24 Jul 2022 18:08:55 +0000 (+0200) Subject: scepclient: Store credentials in swanctl directory X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84b808776441b6df22a955cd3b085b23f61be1ac;p=thirdparty%2Fstrongswan.git scepclient: Store credentials in swanctl directory --- diff --git a/src/scepclient/scepclient.c b/src/scepclient/scepclient.c index 1c5a91bc82..8b21de3d92 100644 --- a/src/scepclient/scepclient.c +++ b/src/scepclient/scepclient.c @@ -56,10 +56,10 @@ */ /* some paths */ -#define REQ_PATH IPSEC_CONFDIR "/ipsec.d/reqs" -#define HOST_CERT_PATH IPSEC_CONFDIR "/ipsec.d/certs" -#define CA_CERT_PATH IPSEC_CONFDIR "/ipsec.d/cacerts" -#define PRIVATE_KEY_PATH IPSEC_CONFDIR "/ipsec.d/private" +#define REQ_PATH IPSEC_CONFDIR "/swanctl/req" +#define HOST_CERT_PATH IPSEC_CONFDIR "/swanctl/x509" +#define CA_CERT_PATH IPSEC_CONFDIR "/swanctl/x509ca" +#define PRIVATE_KEY_PATH IPSEC_CONFDIR "/swanctl/private" /* default name of DER-encoded PKCS#1 private key file */ #define DEFAULT_FILENAME_PKCS1 "myKey.der"