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 cert-file <filename>

Specifies the file containing the endpoint’s own certificate.

set interfaces openvpn vtunx tls cert-file filename
delete interfaces openvpn vtunx tls cert-file
show interfaces openvpn vtunx tls cert-file
vtunx
The identifier for the OpenVPN interface. This may be vtun0 to vtunx, where x is a non-negative integer.
filename
The file containing the endpoint's own certificate, which will be presented to the other endpoint during the TLS negotiation.

Configuration mode

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

Use this command to specify the file containing the endpoint’s own certificate.

Certificate and key files are assumed to be in /config/auth unless an absolute path is specified.

Use the set form of this command to specify the file containing the endpoint’s certificate.

Use the delete form of this command to remove the pointer to the file containing the endpoint’s certificate.

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