i am relatively new to openswan.<br><br>now i want to make a vpn connection with x509 certificate using openswan&nbsp; ,but it cant works.<br><br>when i try to use &quot;ipsec auto --up &quot; to make the connection, it prompt &quot;unable to locate my private key for rsa signature&quot;, but i have copy my private key to the /etc/ipsec.d/private/ directory,
<br><br>below is my ipsec.conf:<br>conn test <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; left = server1<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; right = server2 <br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; auto =add<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; leftcert= 122.crt<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; rightcert= 88.crt<br>&nbsp;<br>
<br><br>