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

Specifies the name of VPN server's certificate file for IPsec authentication on L2TP VPN remote access connections.

set security vpn l2tp remote-access ipsec-settings authentication x509 server-cert-file file-name
delete security vpn l2tp remote-access ipsec-settings authentication x509 server-cert-file
show security vpn l2tp remote-access ipsec-settings authentication x509 server-cert-file
file-name
The name of the VPN server's certificate file. This parameter is mandatory if authentication mode is x509.

Configuration mode


security {
       vpn {
          l2tp {
             remote-access {
                ipsec-settings {
                   authentication {
                      x509 {
                         server-cert-file file-name
                   }     
                }    
             }   
          }  
       } 
    }
}

Use this command to specify the name of the VPN server's certificate file.

VPN server's certificate certifies the identity of the VPN server.

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 name of the VPN server's certificate file.

Use the delete form of this command to remove the name of the VPN server's certificate file.

Use the show form of this command to display VPN server certificate file configuration.