File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ charon.cert_cache = yes
38
38
charon.cache_crls = no
39
39
Whether Certificate Revocation Lists (CRLs) fetched via HTTP or LDAP should
40
40
be saved under a unique file name derived from the public key of the
41
- Certification Authority (CA) to **/etc /ipsec.d/crls** (stroke) or
42
- **/etc /swanctl/x509crl** (vici), respectively.
41
+ Certification Authority (CA) to **${sysconfdir} /ipsec.d/crls** (stroke) or
42
+ **${sysconfdir} /swanctl/x509crl** (vici), respectively.
43
43
44
44
charon.check_current_path = no
45
45
Whether to use DPD to check if the current path still works after any
Original file line number Diff line number Diff line change 1
1
charon.plugins.unbound.resolv_conf = /etc/resolv.conf
2
2
File to read DNS resolver configuration from.
3
3
4
- charon.plugins.unbound.trust_anchors = /etc /ipsec.d/dnssec.keys
4
+ charon.plugins.unbound.trust_anchors = ${sysconfdir} /ipsec.d/dnssec.keys
5
5
File to read DNSSEC trust anchors from (usually root zone KSK).
6
6
7
7
File to read DNSSEC trust anchors from (usually root zone KSK). The format
Original file line number Diff line number Diff line change @@ -458,6 +458,7 @@ The variables used above are configured as follows:
458
458
.na
459
459
${piddir} @piddir@
460
460
${prefix} @prefix@
461
+ ${sysconfdir} @sysconfdir@
461
462
${random_device} @random_device@
462
463
${urandom_device} @urandom_device@
463
464
.ad
@@ -467,9 +468,9 @@ ${urandom_device} @urandom_device@
467
468
.
468
469
.nf
469
470
.na
470
- /etc /strongswan.conf configuration file
471
- /etc /strongswan.d/ directory containing included config snippets
472
- /etc /strongswan.d/charon/ plugin specific config snippets
471
+ @sysconfdir@ /strongswan.conf configuration file
472
+ @sysconfdir@ /strongswan.d/ directory containing included config snippets
473
+ @sysconfdir@ /strongswan.d/charon/ plugin specific config snippets
473
474
.ad
474
475
.fi
475
476
.
You can’t perform that action at this time.
0 commit comments