From: Matthias A. <mat...@gm...> - 2005-12-11 15:25:27
|
Rob MacGregor <rob...@gm...> writes: > So, the only way to get it to work is to point /etc/ssl/certs at > /usr/local/openssl/certs and use the c_rehash that comes with the port > (but given the version differences, I doubt that's a good idea, even > if it's what I've done). The version differences should not matter, as c_rehash only hashes the certificates, i. e. runs openssl against the certificate and creates a symlink from XXXXXXXX.N to the actual certificate file, so that access is fast. > I'm happy to raise a PR about this as I'd like to see this easier for > others to get working - FreeBSD really shouldn't be this hard, that's > what Linux is for :-) :-) -- Matthias Andree |