i am relatively new to openswan.<br><br>now i want to make a vpn connection with x509 certificate using openswan ,but it cant works.<br><br>when i try to use "ipsec auto --up " to make the connection, it prompt "unable to locate my private key for rsa signature", 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> left = server1<br> right = server2 <br> auto =add<br> leftcert= 122.crt<br> rightcert= 88.crt<br> <br>
<br><br>