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.

security vpn ipsec site-to-site peer <peer> authentication x509 key password <password>

Specifies the password that protects the VPN server's private key.

set security vpn l2tp remote-access ipsec-settings authentication x509 key password password
delete security vpn l2tp remote-access ipsec-settings authentication x509 key password
show security vpn l2tp remote-access ipsec-settings authentication x509 key password
peer
Mandatory. The address of the far-end VPN gateway. The format is an IPv4 address, an IPv6 address, a hostname (IPv4 networks only), an authentication ID, or 0.0.0.0.
password
The password protecting the VPN server's private key file.

Configuration mode

security {
        vpn {
            l2tp {
                remote-access {
                    ipsec-settings {
                        authentication {
                            x509 {
                                key {
                                    password password
                            }
                        }
                    }
                }
            }
        }
    }
}

Use this command to specify a password that protects the VPN server's private key.

Use the set form of this command to specify the password for the VPN server's private key.

Use the delete form of this command to remove the password for the VPN server's private key.

Use the show form of this command to display VPN servers private key password configuration.