Created
December 26, 2020 15:49
-
-
Save tomasen/9100c7f9c42a3a56b62176e3363333bf 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.secrets | |
# RSA private key for this host, authenticating it to any other host which knows the public part. | |
your.host.name : RSA "privkey.pem" | |
# username password list | |
your.username : EAP "your.password" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment