tests with subjectAltNames now

This commit is contained in:
Andreas Steffen
2006-05-31 05:47:30 +00:00
parent 2d6c3bce06
commit ef8f5256d3
5 changed files with 11 additions and 1 deletions
@@ -5,17 +5,18 @@ version 2.0 # conforms to second version of ipsec.conf specification
conn %default
left=PH_IP_MOON
leftcert=moonCert.pem
[email protected]
leftsubnet=10.1.0.0/16
conn net-net
right=PH_IP_SUN
rightcert=sunCert.pem
[email protected]
rightsubnet=10.2.0.0/16
keyexchange=ikev2
auto=add
conn rw
[email protected]
right=%any
[email protected]
keyexchange=ikev1
@@ -8,9 +8,11 @@ config setup
conn net-net
left=PH_IP_SUN
leftcert=sunCert.pem
[email protected]
leftsubnet=10.2.0.0/16
right=PH_IP_MOON
rightcert=moonCert.pem
[email protected]
rightsubnet=10.1.0.0/16
keyexchange=ikev2
auto=add
@@ -8,8 +8,10 @@ config setup
conn home
left=PH_IP_CAROL
leftcert=carolCert.pem
[email protected]
right=PH_IP_MOON
rightcert=moonCert.pem
[email protected]
rightsubnet=10.1.0.0/16
keyexchange=ikev2
auto=add
@@ -8,8 +8,10 @@ config setup
conn home
left=PH_IP_DAVE
leftcert=daveCert.pem
[email protected]
right=PH_IP_MOON
rightcert=moonCert.pem
[email protected]
rightsubnet=10.1.0.0/16
keyexchange=ikev2
auto=add
@@ -8,15 +8,18 @@ config setup
conn %default
left=PH_IP_MOON
leftcert=moonCert.pem
[email protected]
leftsubnet=10.1.0.0/16
keyexchange=ikev2
conn rw-carol
right=%any
rightcert=carolCert.pem
[email protected]
auto=add
conn rw-dave
right=%any
rightcert=daveCert.pem
[email protected]
auto=add