tests with subjectAltNames now
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user