blob: 6851ffb5cfb1bba6ff9ad772ab1ef9e4ac15bc12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
conn %default
keyexchange=ikev1
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=sha256!
auto=add
|