18 lines
290 B
Plaintext
18 lines
290 B
Plaintext
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
config setup
|
|
|
|
conn %default
|
|
keyexchange=ikev2
|
|
|
|
conn host-host
|
|
left=PH_IP_SUN
|
|
leftcert=sunCert.pem
|
|
leftid=@sun.strongswan.org
|
|
leftfirewall=yes
|
|
right=PH_IP_MOON
|
|
rightid=@moon.strongswan.org
|
|
type=transport
|
|
ah=aesxcbc
|
|
auto=add
|