Project

General

Profile

ipsec.conf: ca Reference » History » Version 13

Tobias Brunner, 26.06.2012 08:53
TOC removed

1 11 Tobias Brunner
{{title(ipsec.conf: ca Reference)}}
2 11 Tobias Brunner
3 11 Tobias Brunner
h1. ipsec.conf: ca <name>
4 11 Tobias Brunner
5 6 Tobias Brunner
h1. ca <name>
6 6 Tobias Brunner
7 10 Tobias Brunner
*ca* sections are optional sections that can be used to assign special parameters to a Certification Authority (CA).
8 1 Martin Willi
9 10 Tobias Brunner
Because the daemons automatically import CA certificates from [[IpsecDirectoryCacerts|/etc/ipsec.d/cacerts]], there is no need to explicitly add them with a CA section, unless you want to assign special parameters (like a CRL) to a CA.
10 10 Tobias Brunner
11 10 Tobias Brunner
h2. Parameters
12 10 Tobias Brunner
13 7 Tobias Brunner
_also = <section name>_
14 8 Andreas Steffen
15 7 Tobias Brunner
p((. includes ca section <name>.
16 7 Tobias Brunner
17 1 Martin Willi
_auto = *ignore* | add_
18 7 Tobias Brunner
19 8 Andreas Steffen
_cacert = <path>_
20 1 Martin Willi
21 10 Tobias Brunner
p((. defines a path to the CA certificate either relative to [[IpsecDirectoryCacerts|/etc/ipsec.d/cacerts]] or as an absolute path.
22 1 Martin Willi
23 7 Tobias Brunner
_crluri = <uri>_
24 8 Andreas Steffen
25 7 Tobias Brunner
p((. defines a CRL distribution point (ldap, http, or file URI).
26 1 Martin Willi
27 9 Tobias Brunner
_crluri1_
28 8 Andreas Steffen
29 7 Tobias Brunner
p((. synonym for _crluri_.
30 4 Martin Willi
31 7 Tobias Brunner
_crluri2 = <uri>_
32 8 Andreas Steffen
33 7 Tobias Brunner
p((. defines an alternative CRL distribution point (ldap, http, or file URI).
34 3 Martin Willi
35 8 Andreas Steffen
_ldaphost = <hostname>_
36 1 Martin Willi
37 12 Tobias Brunner
p((. defines an ldap host. Only used by the IKEv1 daemon pluto.
38 3 Martin Willi
39 7 Tobias Brunner
_ocspuri = <uri>_
40 8 Andreas Steffen
41 7 Tobias Brunner
p((. defines an OCSP URI.
42 3 Martin Willi
43 9 Tobias Brunner
_ocspuri1_
44 8 Andreas Steffen
45 7 Tobias Brunner
p((. synonym for _ocspuri_.
46 7 Tobias Brunner
47 1 Martin Willi
_ocspuri2 = <uri>_
48 8 Andreas Steffen
49 12 Tobias Brunner
p((. defines an alternative OCSP URI. Only used by the charon daemon (since 5.0.0 also for IKEv1).
50 5 Tobias Brunner
51 7 Tobias Brunner
_certuribase = <uri>_
52 8 Andreas Steffen
53 7 Tobias Brunner
p((. defines the base URI for the [[HashAndUrl|Hash and URL]] feature supported by IKEv2.
54 5 Tobias Brunner
     Instead of exchanging complete certificates, IKEv2 allows to send an URI
55 5 Tobias Brunner
     that resolves to the DER encoded certificate. The certificate URIs are built
56 1 Martin Willi
     by appending the SHA1 hash of the DER encoded certificates to this base URI.