29 lines
548 B
Plaintext
29 lines
548 B
Plaintext
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
config setup
|
|
strictcrlpolicy=yes
|
|
cachecrls=yes
|
|
|
|
ca strongswan
|
|
cacert=strongswanCert.pem
|
|
crluri="ldap://ldap.strongswan.org/cn=strongSwan Root CA, o=Linux strongSwan, c=CH?certificateRevocationList"
|
|
auto=add
|
|
|
|
conn %default
|
|
ikelifetime=60m
|
|
keylife=20m
|
|
rekeymargin=3m
|
|
keyingtries=2
|
|
keyexchange=ikev2
|
|
|
|
conn home
|
|
left=PH_IP_CAROL
|
|
leftcert=carolCert.pem
|
|
[email protected]
|
|
leftfirewall=yes
|
|
right=PH_IP_MOON
|
|
rightsubnet=10.1.0.0/16
|
|
[email protected]
|
|
auto=add
|
|
|