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.

Install IPsec certificates (Fedora/RHEL/Centos site-to-site)

An example of how to install certificates for authentication in the IPsec site-to-site VPN use case.

  1. Install the root CA certificate to /etc/strongswan/ipsec.d/cacerts/.
    cp -a ~/root-ca.crt /etc/strongswan/ipsec.d/cacerts/
  2. Install the peer certificate to /etc/strongswan/ipsec.d/certs/.
    cp -a ~/devcloud1.vpn.am.crt /etc/strongswan/ipsec.d/certs/