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

Defines a Transport Layer Security (TLS) configuration.

set interfaces openvpn vtunx tls
delete interfaces openvpn vtunx tls
show interfaces openvpn vtunx tls
vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.

Configuration mode

interfaces {
    openvpn vtunx {
        tls {
        }
    }
}

Use this command to define a Transport Layer Security (TLS) configuration.

Use the set form of this command to create the TLS configuration node.

Use the delete form of this command to remove the TLS configuration node.

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