25 lines
406 B
Plaintext
25 lines
406 B
Plaintext
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
|
|
|
config setup
|
|
strictcrlpolicy=yes
|
|
|
|
ca strongswan-ca
|
|
cacert=strongswanCert.pem
|
|
ocspuri=http://ocsp.strongswan.org:8880
|
|
auto=add
|
|
|
|
conn %default
|
|
keyexchange=ikev2
|
|
ikelifetime=60m
|
|
keylife=20m
|
|
rekeymargin=3m
|
|
keyingtries=1
|
|
|
|
conn rw
|
|
left=PH_IP_MOON
|
|
leftcert=moonCert.pem
|
|
[email protected]
|
|
leftsubnet=10.1.0.0/16
|
|
right=%any
|
|
auto=add
|