"Paul Jones" jonesy_boy10@hotmail.com wrote:
Will c_rehash work on Windows?
No, it won't.
Also, if anyone can give me a detailed explanation (or a website that does) of this process, and why it is necessary, I would be very greatful.
The easiest option is to use CAfile instead of CApath.
Alternative solution:
1. Determine the hash of the certificate: C:\stunnel\capath>openssl x509 -hash -noout -in some_certificate.pem a4644b49
2. Copy your certificate to the new name derived from hash value: C:\stunnel\capath>copy some_certificate.pem a4644b49.0
Best regards, Mike