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

Specifies the file containing the certificate authority’s certificate.

set interfaces openvpn vtunx tls ca-cert-file filename
delete interfaces openvpn vtunx tls ca-cert-file
show interfaces openvpn vtunx tls ca-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 certificate authority's certificate, which will be used to validate the other endpoint's certificate.

Configuration mode

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

Use this command to specify the file containing the certificate authority’s 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 certificate authority’s certificate.

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

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