How to verify a self-signed certificate from another server using openssl?
- by ntsue
I am new to openssl and I am having some trouble verifying (from a client machine) an ftp server using ssl with a self-signed certificate.
I generated the .cer file by going to my server in IIS and exporting the certificate without the private key. I believe that this is all that I should need on the client side, right?
I use the following code…