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
@@ -9,12 +9,12 @@ conn %default
keyingtries=1
keyexchange=ikev2
mobike=no
conn net-net
left=PH_IP_MOON
leftid=moon.strongswan.org
leftsubnet=10.1.0.0/16
leftsigkey=moonPub.der
leftsigkey=moonPub.pem
leftauth=pubkey
leftfirewall=yes
right=sun.strongswan.org
@@ -9,12 +9,12 @@ conn %default
keyingtries=1
keyexchange=ikev2
mobike=no
conn net-net
left=PH_IP_SUN
leftid=sun.strongswan.org
leftsubnet=10.2.0.0/16
leftsigkey=sunPub.der
leftsigkey=sunPub.pem
leftauth=pubkey
leftfirewall=yes
right=moon.strongswan.org
@@ -2,19 +2,19 @@
config setup
conn %default
conn %default
ikelifetime=60m
keylife=20m
rekeymargin=3m
keyingtries=1
keyexchange=ikev2
conn rw
conn rw
left=PH_IP_MOON
leftsubnet=10.1.0.0/16
leftid=moon.strongswan.org
leftauth=pubkey
leftsigkey=moonPub.der
leftsigkey=moonPub.pem
leftfirewall=yes
right=%any
rightauth=pubkey
@@ -2,13 +2,13 @@ connections {
home {
local_addrs = 192.168.0.100
remote_addrs = 192.168.0.1
remote_addrs = 192.168.0.1
vips = 0.0.0.0
local {
auth = pubkey
id = carol.strongswan.org
pubkeys = carolPub.der
pubkeys = carolPub.pem
}
remote {
auth = pubkey
@@ -16,7 +16,7 @@ connections {
}
children {
home {
remote_ts = 10.1.0.0/16
remote_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-x25519
@@ -2,13 +2,13 @@ connections {
home {
local_addrs = 192.168.0.200
remote_addrs = 192.168.0.1
remote_addrs = 192.168.0.1
vips = 0.0.0.0
local {
auth = pubkey
id = dave.strongswan.org
pubkeys = davePub.der
pubkeys = davePub.pem
}
remote {
auth = pubkey
@@ -16,7 +16,7 @@ connections {
}
children {
home {
remote_ts = 10.1.0.0/16
remote_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-x25519
@@ -7,14 +7,14 @@ connections {
local {
auth = pubkey
id = moon.strongswan.org
pubkeys = moonPub.der
pubkeys = moonPub.pem
}
remote {
auth = pubkey
}
children {
net {
local_ts = 10.1.0.0/16
local_ts = 10.1.0.0/16
updown = /usr/local/libexec/ipsec/_updown iptables
esp_proposals = aes128gcm128-x25519