diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-06-29 02:28:00 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2022-07-01 13:35:49 +0200 |
commit | f801d869a2effd96e6b81ed990d70649a3ea2ed1 (patch) | |
tree | eb175fb3ed798367dc0b50769da0323e23033927 /smoketest/configs | |
parent | 6a7dac91c1a2a9bc8731ab04701336ced1e46d5d (diff) | |
download | vyos-1x-f801d869a2effd96e6b81ed990d70649a3ea2ed1.tar.gz vyos-1x-f801d869a2effd96e6b81ed990d70649a3ea2ed1.zip |
openvpn: T4485: Add CRL to OpenVPN config test
Diffstat (limited to 'smoketest/configs')
-rw-r--r-- | smoketest/configs/dialup-router-medium-vpn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/configs/dialup-router-medium-vpn b/smoketest/configs/dialup-router-medium-vpn index fb8ed2714..56722d222 100644 --- a/smoketest/configs/dialup-router-medium-vpn +++ b/smoketest/configs/dialup-router-medium-vpn @@ -122,6 +122,7 @@ interfaces { tls { ca-cert-file /config/auth/ovpn_test_chain.pem cert-file /config/auth/ovpn_test_server.pem + crl-file /config/auth/ovpn_test_ca.crl key-file /config/auth/ovpn_test_server.key auth-file /config/auth/ovpn_test_tls_auth.key } |