home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces openvpn <vtunx> tls crl-file <filename>

Specifies the file containing a certificate revocation list.

set interfaces openvpn vtunx tls crl-file filename
delete interfaces openvpn vtunx tls crl-file
show interfaces openvpn vtunx tls crl-file
vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.
filename
A file containing a list of certificates that have been revoked, which will prevent endpoints with these certificates from establishing a VPN tunnel. Specifying this file in the TLS configuration is optional.

Configuration mode

interfaces {
    openvpn vtunx {
        tls {
            crl-file filename
        }
    }
}

Use this command to specify the file containing a certificate revocation list.

The file is assumed to be located in /config/auth unless an absolute path is specified.

Use the set form of this command to specify the file containing a certificate revocation list.

Use the delete form of this command to remove the pointer to the file containing a certificate revocation list.

Use the show form of this command to view the configuration.