blob: a05e5d04018edbde3e210de4daa0e7d21c14eb7d (
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_MOON
leftcert=moonCert.pem
leftid=@moon.strongswan.org
leftfirewall=yes
right=PH_IP_SUN
rightid=@sun.strongswan.org
type=transport
ah=sha256!
auto=add
|