Created
June 19, 2012 16:31
-
-
Save stengaard/2955132 to your computer and use it in GitHub Desktop.
Openswan RSA load error
This file contains hidden or 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
If you ever see | |
ipsec__plutorun: 003 "/etc/ipsec.secrets" line 16: error loading RSA private key file | |
in your syslog | |
root@:/etc/ipsec.d/private# openssl rsa -in vpn.example.com.key -outform pem -out vpn.example.com.key.new | |
writing RSA key | |
may very well help. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
awesome. this helped me. thanks