blob: ca8e2a7f47bed4b329e5b4ce27277199fa1045b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# /etc/ipsec.conf - strongSwan IPsec configuration file
version 2.0 # conforms to second version of ipsec.conf specification
config setup
plutostart=no
conn host-host
left=PH_IP_SUN
leftcert=sunCert.pem
leftid=@sun.strongswan.org
right=PH_IP_MOON
rightcert=moonCert.pem
rightid=@moon.strongswan.org
keyexchange=ikev2
auto=add
|