Files
strongswan-ext/testing/tests/ikev2/multi-level-ca-strict/hosts/moon/etc/ipsec.conf
T

33 lines
622 B
Plaintext

# /etc/ipsec.conf - strongSwan IPsec configuration file
config setup
strictcrlpolicy=yes
ca strongswan
cacert=strongswanCert.pem
crluri=http://crl.strongswan.org/strongswan.crl
auto=add
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev2
left=PH_IP_MOON
leftcert=moonCert.pem
leftsendcert=ifasked
leftid=@moon.strongswan.org
conn alice
leftsubnet=PH_IP_ALICE/32
right=%any
rightca="C=CH, O=strongSwan Project, CN=strongSwan Root CA"
auto=add
conn venus
leftsubnet=PH_IP_VENUS/32
right=%any
rightca="C=CH, O=strongSwan Project, CN=strongSwan Root CA"
auto=add