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

Specifies the file containing the endpoint’s own private key.

set interfaces openvpn vtunx tls key-file filename
delete interfaces openvpn vtunx tls key-file
show interfaces openvpn vtunx tls key-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 the endpoint's own private key, which is kept secret from everyone.

Configuration mode

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

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

The file is 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 own private key.

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

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