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

Specifies the name of an X.509 Certificate Authority (CA) certificate file for IPsec authentication on remote access L2TP VPN connections.

set security vpn l2tp remote-access ipsec-settings authentication x509 ca-cert-file file-name
delete security vpn l2tp remote-access ipsec-settings authentication x509 ca-cert-file
show security vpn l2tp remote-access ipsec-settings authentication x509 ca-cert-file
file-name
The name of a certificate file. This parameter is mandatory if authentication mode is x509.

Configuration mode


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

Use this command to specify the name of an X.509 Certificate Authority (CA) certificate file. The X.509 CA certificate is used for IPsec authentication on remote access L2TP VPN connections.

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 CA certificate file.

Use the delete form of this command to remove the name of the CA certificate file.

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