strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
testing: Add an acert test using locally cached attribute certificates
[strongswan.git]
/
testing
/
tests
/
ikev2
/
acert-cached
/
hosts
/
carol
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
5
conn %default
6
ikelifetime=60m
7
keylife=20m
8
rekeymargin=3m
9
keyingtries=1
10
11
conn home
12
left=PH_IP_CAROL
13
leftcert=carolCert.pem
14
leftid=carol@strongswan.org
15
leftfirewall=yes
16
right=PH_IP_MOON
17
rightid=@moon.strongswan.org
18
rightsubnet=10.1.0.0/16
19
keyexchange=ikev2
20
auto=add