Scott Andrews wrote:
Unfortunatly that directory did not exist on my system (Fedora 4). I'm assuming cause it's a make command you'd expect some source files to be there. Any ideas? I tried looking around obvious places for a binary to generate a new certificate to no avail.
Go to /usr/share/ssl/certs and execute this: make stunnel.pem Then run these commands to finish: mv stunnel.pem /var/qmail/control/servercert.pem chown root:qmail /var/qmail/control/servercert.pem chmod 644 /var/qmail/control/servercert.pem ln -s /var/qmail/control/servercert.pem /var/qmail/control/clientcert.pem And that should take care of it for you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
