summaryrefslogtreecommitdiff
path: root/smoketest/configs
diff options
context:
space:
mode:
authorsarthurdev <965089+sarthurdev@users.noreply.github.com>2022-06-29 02:28:00 +0200
committersarthurdev <965089+sarthurdev@users.noreply.github.com>2022-06-29 17:13:53 +0200
commitefd956f912b84c8df8902d56e16f22cbd90efdd0 (patch)
treebba35e415994343ebd7fec756417fb5176fa88c2 /smoketest/configs
parent0d5ac59894ae7c10bd9d69047fa7098de66f835f (diff)
downloadvyos-1x-efd956f912b84c8df8902d56e16f22cbd90efdd0.tar.gz
vyos-1x-efd956f912b84c8df8902d56e16f22cbd90efdd0.zip
openvpn: T4485: Update PKI migrator to handle full CA chain migration
* Also determines and maps to correct CA for migrated CRL
Diffstat (limited to 'smoketest/configs')
-rw-r--r--smoketest/configs/dialup-router-medium-vpn4
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/configs/dialup-router-medium-vpn b/smoketest/configs/dialup-router-medium-vpn
index 63d955738..fb8ed2714 100644
--- a/smoketest/configs/dialup-router-medium-vpn
+++ b/smoketest/configs/dialup-router-medium-vpn
@@ -120,7 +120,7 @@ interfaces {
persistent-tunnel
remote-host 192.0.2.10
tls {
- ca-cert-file /config/auth/ovpn_test_ca.pem
+ ca-cert-file /config/auth/ovpn_test_chain.pem
cert-file /config/auth/ovpn_test_server.pem
key-file /config/auth/ovpn_test_server.key
auth-file /config/auth/ovpn_test_tls_auth.key
@@ -152,7 +152,7 @@ interfaces {
remote-host 01.foo.com
remote-port 1194
tls {
- ca-cert-file /config/auth/ovpn_test_ca.pem
+ ca-cert-file /config/auth/ovpn_test_chain.pem
auth-file /config/auth/ovpn_test_tls_auth.key
}
}