|
Home > Archive > Apache Server configuration support > January 2007 > CRL Configuration - SSLCACertificatePath on Windows Server 2003
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
CRL Configuration - SSLCACertificatePath on Windows Server 2003
|
|
| stephen.finney@gmail.com 2007-01-25, 1:21 pm |
| I am trying to figure out how to setup apache mod_SSL to read my
SSLCACertificatePath. I know that you have to place all your
validating certificates in a directory along with their hash symlinks.
However, I am not sure how to do this on a windows server 2003 machine
(not on
linux). Does anyone know how to purely do this on a windows based
machine? I need to be able to run the Makefile.
| |
|
| Hi,
You may already know this, but instead, if your certs are in PEM format,
you can just paste them together in one big ASCII file, and use the
SSLCACertificateFile directive to point to the file instead of
SSLCACertificatePath.
Jim
stephen.finney@gmail.com wrote:
> I am trying to figure out how to setup apache mod_SSL to read my
> SSLCACertificatePath. I know that you have to place all your
> validating certificates in a directory along with their hash symlinks.
> However, I am not sure how to do this on a windows server 2003 machine
> (not on
> linux). Does anyone know how to purely do this on a windows based
> machine? I need to be able to run the Makefile.
>
|
|
|
|
|