Last active
December 26, 2020 15:48
-
-
Save tomasen/c049cc0334a056923222916f6143713f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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