24 lines
416 B
Plaintext
24 lines
416 B
Plaintext
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
config setup
|
|
charondebug="tnc 2, imc 2, imv 2"
|
|
|
|
conn %default
|
|
ikelifetime=60m
|
|
keylife=20m
|
|
rekeymargin=3m
|
|
keyingtries=1
|
|
keyexchange=ikev2
|
|
|
|
conn host-host
|
|
left=PH_IP_SUN
|
|
leftcert=sunCert.pem
|
|
leftid=sun.strongswan.org
|
|
leftauth=eap-ttls
|
|
leftfirewall=yes
|
|
right=PH_IP_MOON
|
|
rightid=moon.strongswan.org
|
|
rightauth=eap-ttls
|
|
rightsendcert=never
|
|
auto=add
|