Project

General

Profile

ipsec.conf: ca Reference » History » Version 10

Tobias Brunner, 04.05.2011 18:16

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