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