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 l2tp remote-access ipsec-settings authentication x509 server-key-password <password>

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

set security vpn l2tp remote-access ipsec-settings authentication x509 server-key-password password
delete security vpn l2tp remote-access ipsec-settings authentication x509 server-key-password
show security vpn l2tp remote-access ipsec-settings authentication x509 server-key-password
password
The password protecting the VPN server's private key file.

Configuration mode


security {
       vpn {
          l2tp {
             remote-access {
                ipsec-settings {
                   authentication {
                      x509 {
                         server-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.