tests with subdirectory structure
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||
|
||||
config setup
|
||||
strictcrlpolicy=no
|
||||
plutostart=no
|
||||
|
||||
conn %default
|
||||
ikelifetime=60m
|
||||
keylife=20m
|
||||
rekeymargin=3m
|
||||
keyingtries=1
|
||||
|
||||
conn host-host
|
||||
right=PH_IP_MOON
|
||||
rightnexthop=%direct
|
||||
rightcert=moonCert.pem
|
||||
[email protected]
|
||||
left=PH_IP_SUN
|
||||
[email protected]
|
||||
keyexchange=ikev2
|
||||
auto=add
|
||||
@@ -0,0 +1,21 @@
|
||||
# /etc/ipsec.conf - strongSwan IPsec configuration file
|
||||
|
||||
config setup
|
||||
strictcrlpolicy=no
|
||||
plutostart=no
|
||||
|
||||
conn %default
|
||||
ikelifetime=60m
|
||||
keylife=20m
|
||||
rekeymargin=3m
|
||||
keyingtries=1
|
||||
|
||||
conn host-host
|
||||
right=PH_IP_SUN
|
||||
rightnexthop=%direct
|
||||
rightcert=sunCert.pem
|
||||
[email protected]
|
||||
left=PH_IP_MOON
|
||||
[email protected]
|
||||
keyexchange=ikev2
|
||||
auto=add
|
||||
Reference in New Issue
Block a user