17 lines
338 B
Plaintext
17 lines
338 B
Plaintext
# /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
|
|
[email protected]
|
|
right=PH_IP_MOON
|
|
rightcert=moonCert.pem
|
|
[email protected]
|
|
keyexchange=ikev2
|
|
auto=add
|