File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / strongswan / src / starter / ipsec.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 09:46:43 2020 UTC (4 years, 4 months ago) by misho
Branches: strongswan, MAIN
CVS tags: v5_9_2p0, v5_8_4p7, HEAD
Strongswan

    1: # ipsec.conf - strongSwan IPsec configuration file
    2: 
    3: # basic configuration
    4: 
    5: config setup
    6: 	# strictcrlpolicy=yes
    7: 	# uniqueids = no
    8: 
    9: # Add connections here.
   10: 
   11: # Sample VPN connections
   12: 
   13: #conn sample-self-signed
   14: #      leftsubnet=10.1.0.0/16
   15: #      leftcert=selfCert.der
   16: #      leftsendcert=never
   17: #      right=192.168.0.2
   18: #      rightsubnet=10.2.0.0/16
   19: #      rightcert=peerCert.der
   20: #      auto=start
   21: 
   22: #conn sample-with-ca-cert
   23: #      leftsubnet=10.1.0.0/16
   24: #      leftcert=myCert.pem
   25: #      right=192.168.0.2
   26: #      rightsubnet=10.2.0.0/16
   27: #      rightid="C=CH, O=Linux strongSwan CN=peer name"
   28: #      auto=start

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>