testing: Rename public keys in DNSSEC scenarios

We will generate PEM-encoded public keys with the script.
This commit is contained in:
Tobias Brunner
2019-05-08 14:56:48 +02:00
parent 326bb5f2c5
commit 1e059c837b
12 changed files with 15 additions and 15 deletions
@@ -14,7 +14,7 @@ conn net-net
left=PH_IP_MOON left=PH_IP_MOON
leftid=moon.strongswan.org leftid=moon.strongswan.org
leftsubnet=10.1.0.0/16 leftsubnet=10.1.0.0/16
leftsigkey=moonPub.der leftsigkey=moonPub.pem
leftauth=pubkey leftauth=pubkey
leftfirewall=yes leftfirewall=yes
right=sun.strongswan.org right=sun.strongswan.org
@@ -14,7 +14,7 @@ conn net-net
left=PH_IP_SUN left=PH_IP_SUN
leftid=sun.strongswan.org leftid=sun.strongswan.org
leftsubnet=10.2.0.0/16 leftsubnet=10.2.0.0/16
leftsigkey=sunPub.der leftsigkey=sunPub.pem
leftauth=pubkey leftauth=pubkey
leftfirewall=yes leftfirewall=yes
right=moon.strongswan.org right=moon.strongswan.org
@@ -14,7 +14,7 @@ conn rw
leftsubnet=10.1.0.0/16 leftsubnet=10.1.0.0/16
leftid=moon.strongswan.org leftid=moon.strongswan.org
leftauth=pubkey leftauth=pubkey
leftsigkey=moonPub.der leftsigkey=moonPub.pem
leftfirewall=yes leftfirewall=yes
right=%any right=%any
rightauth=pubkey rightauth=pubkey
@@ -8,7 +8,7 @@ connections {
local { local {
auth = pubkey auth = pubkey
id = carol.strongswan.org id = carol.strongswan.org
pubkeys = carolPub.der pubkeys = carolPub.pem
} }
remote { remote {
auth = pubkey auth = pubkey
@@ -8,7 +8,7 @@ connections {
local { local {
auth = pubkey auth = pubkey
id = dave.strongswan.org id = dave.strongswan.org
pubkeys = davePub.der pubkeys = davePub.pem
} }
remote { remote {
auth = pubkey auth = pubkey
@@ -7,7 +7,7 @@ connections {
local { local {
auth = pubkey auth = pubkey
id = moon.strongswan.org id = moon.strongswan.org
pubkeys = moonPub.der pubkeys = moonPub.pem
} }
remote { remote {
auth = pubkey auth = pubkey