ipsec.conf Reference » History » Version 3
Martin Willi, 31.08.2007 13:57
Split ipsec.conf into three different sections
1 | 1 | Martin Willi | = ipsec.conf = |
---|---|---|---|
2 | 1 | Martin Willi | |
3 | 3 | Martin Willi | strongSwan's ''ipsec.conf'' configuration file consists of three different section types: |
4 | 1 | Martin Willi | |
5 | 3 | Martin Willi | * [wiki:ConfigSetupSection config setup] defines general configuration parameters |
6 | 1 | Martin Willi | |
7 | 3 | Martin Willi | * [wiki:ConnSection conn <name>] defines a connection |
8 | 2 | Martin Willi | |
9 | 3 | Martin Willi | * [wiki:CaSection ca <name>] defines a certification authority |
10 | 2 | Martin Willi | |
11 | 3 | Martin Willi | There can be only one [wiki:ConfigSetupSection config setup] section but |
12 | 3 | Martin Willi | an unlimited number of [wiki:ConnSection conn] and [wiki:CaSection ca] sections. |