[strongSwan] Strongswan Unable to load OpenSSL RSA Private-Key File

Tobias Brunner tobias at strongswan.org
Thu Nov 10 17:11:30 CET 2011


Hi Rajiv,

Try adding an empty line between the third and fourth line of your
private key file, like this:

> -----BEGIN RSA PRIVATE KEY-----
> Proc-Type: 4,ENCRYPTED
> DEK-Info: DES-EDE3-CBC,2FC8D750D505E922
> D8p/CHn/F5PuiLtSIp9AWfZ9Iig9VQydF7uhCDgJKgOutYGj7PkoufOhFsJ+H7D1
> 85P87fkzGA6LYj8LyF7/UXKGs0eBC8BT+c6zlVO1SVgvUii5A42oYXKUQQD1AA6d
> ...
> -----END RSA PRIVATE KEY-----

====>

> -----BEGIN RSA PRIVATE KEY-----
> Proc-Type: 4,ENCRYPTED
> DEK-Info: DES-EDE3-CBC,2FC8D750D505E922
>
> D8p/CHn/F5PuiLtSIp9AWfZ9Iig9VQydF7uhCDgJKgOutYGj7PkoufOhFsJ+H7D1
> 85P87fkzGA6LYj8LyF7/UXKGs0eBC8BT+c6zlVO1SVgvUii5A42oYXKUQQD1AA6d
> ...
> -----END RSA PRIVATE KEY-----

Regards,
Tobias




More information about the Users mailing list