Skip to content

Instantly share code, notes, and snippets.

@stengaard
Created June 19, 2012 16:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stengaard/2955132 to your computer and use it in GitHub Desktop.
Save stengaard/2955132 to your computer and use it in GitHub Desktop.
Openswan RSA load error
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.
@vlhorton
Copy link

awesome. this helped me. thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment