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
tests load pem/pkcs1 plugins, pubkey plugin not needed anymore
[strongswan.git]
/
testing
/
tests
/
openssl-ikev1
/
alg-ecp-high
/
hosts
/
carol
/
etc
/
ipsec.conf
1
# /etc/ipsec.conf - strongSwan IPsec configuration file
2
3
config setup
4
crlcheckinterval=180
5
strictcrlpolicy=no
6
charonstart=no
7
plutodebug=control
8
9
conn %default
10
ikelifetime=60m
11
keylife=20m
12
rekeymargin=3m
13
keyingtries=1
14
keyexchange=ikev1
15
ike=aes192-sha384-ecp256,aes192-sha384-ecp384!
16
17
conn home
18
left=PH_IP_CAROL
19
leftcert=carolCert.pem
20
leftid=carol@strongswan.org
21
leftfirewall=yes
22
right=PH_IP_MOON
23
rightid=@moon.strongswan.org
24
rightsubnet=10.1.0.0/16
25
auto=add