hello,
Im trying to recompile apache with some new modules. while building with OpenSSL and mod_ssl, i have to run:
make certificate TYPE=existing CRT=/path/to/crt KEY=/path/to/key
i have multiple sites running with their own existing certs though, does anyone know how to specify more then one and/or do i even have to?
ron