>Raul Gutierrez wrote:
>
>> Hi:
>>
>> How can i see the field of Server and Client's Certificated in apache +
>> mod_ssl, i read in the http.conf that exist two environment variables
>> SSL_SERVER_CERT and SSL_CLIENT_CERT , but i dont kow to work with it.
Exist
>> some CGI that show all field of the CERTIFICATE? if exist please send me.
>>
>
>    They're all in as enviroment variables of the CGI , take a look at
>        http://www.apache-ssl.org/docs.html#CGI
>

This document is about apache-ssl server, those CGI Variables only work in
mod_SSL this:

HTTPS = on
SSL_CLIENT_I_DN = /C=CU/ST=Ciudad Habana/L=Centro
Habana/O=SEGURMATICA/OU=Seguridad/CN=Segurmatica/SIME [EMAIL PROTECTED]
SSL_SERVER_I_DN = /C=CU/ST=Ciudad Habana/L=Centro
Habana/O=SEGURMATICA/OU=Seguridad/CN=Segurmatica/SIME [EMAIL PROTECTED]











I have apache + mod_SSL and i want to see all CGI Variable available to use
in CGI program and in the URL
 http://www.modssl.org/docs/2.3/ssl_reference.html#ToC20 only speak about
SS_SERVER and SSL_CLIENT_CER, when i print in my CGI the value of this
Variable i only see this:

SSL_SERVER_CERT =
    -----BEGIN CERTIFICATE-----
    MIIDrzCCA1m ...... 2L5L9EIvP6e5s=
    -----END CERTIFICATE-----

SSL_CLIENT_CERT =
    -----BEGIN CERTIFICATE----
    M IIDgzCCAy2gA......iwzbZFtuj2rBZQl
    -----END CERTIFICATE-----

I want to get the value of CERT_CLIENT's DN

I want your helps...

Thanks in advance.
 Raul Gutierrez


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to