Skip to content

Instantly share code, notes, and snippets.

@tomasen
Last active December 26, 2020 15:48
Show Gist options
  • Save tomasen/c049cc0334a056923222916f6143713f to your computer and use it in GitHub Desktop.
Save tomasen/c049cc0334a056923222916f6143713f to your computer and use it in GitHub Desktop.
# ipsec.conf - strongSwan IPsec configuration file
# use IKEv2 protocol
keyexchange=ikev2
# server certificate
leftcert=cert.pem
# use eap-mschapv2 protocol - auth by username/password
rightauth=eap-mschapv2
# username
eap_identity=%any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment