Re: Environment variables question

2005-10-11 Thread BJ Swope
Post your certificate and I'd be glad to take a look.

BJ

On 10/11/05, Dr. Harry Knitter [EMAIL PROTECTED] wrote:
Hello,I have a question about the meaning of some environment variables for mod_ssl.What do the fields T, I, G, S, and D in subject or issuer DNs mean,respectively, to which fields of a certificate do they point?
ThanksHarry__Apache
Interface to OpenSSL
(mod_ssl)
www.modssl.orgUser Support Mailing
Listmodssl-users@modssl.orgAutomated
List
Manager[EMAIL PROTECTED]


Re: Environment variables question

2005-10-11 Thread Dr. Harry Knitter
Am Dienstag 11 Oktober 2005 13:09 schrieb BJ Swope:
 Post your certificate and I'd be glad to take a look.

 BJ



for what do you need my certificate to answer this question?
I simply would like to know what is the meaning of the following variables

Examples:
SSL_CLIENT_S_DN_T
SSL_CLIENT_S_DN_I
SSL_CLIENT_S_DN_G
SSL_CLIENT_S_DN_D


Harry


 On 10/11/05, Dr. Harry Knitter [EMAIL PROTECTED] wrote:
  Hello,
 
  I have a question about the meaning of some environment variables for
  mod_ssl.
 
  What do the fields T, I, G, S, and D in subject or issuer DNs mean,
  respectively, to which fields of a certificate do they point?
 
  Thanks
 
  Harry
  __
  Apache Interface to OpenSSL (mod_ssl)
  www.modssl.orghttp://www.modssl.org User Support Mailing List
  modssl-users@modssl.org
  Automated List Manager [EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  modssl-users@modssl.org
Automated List Manager[EMAIL PROTECTED]


Re: Environment variables question

2005-10-11 Thread Cliff Woolley
 I simply would like to know what is the meaning of the following variables

 Examples:
 SSL_CLIENT_S_DN_T
 SSL_CLIENT_S_DN_I

There's a nice table of these at
http://www.covalent.net/resource/documentation/ers/2.0.0/productguide/html/proxymodule.html
.

I had to dig pretty good to find that, though.  I've never seen them before.  :)

--Cliff
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  modssl-users@modssl.org
Automated List Manager[EMAIL PROTECTED]


Re: Environment variables question

2005-10-11 Thread Dr. Harry Knitter
Am Dienstag 11 Oktober 2005 13:43 schrieb Cliff Woolley:
  I simply would like to know what is the meaning of the following
  variables
 
  Examples:
  SSL_CLIENT_S_DN_T
  SSL_CLIENT_S_DN_I

 There's a nice table of these at
 http://www.covalent.net/resource/documentation/ers/2.0.0/productguide/html/
proxymodule.html .

 I had to dig pretty good to find that, though.  I've never seen them
 before.  :)

 --Cliff

Thank you very much, this was what I was searching for.

Greetings

Harry
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  modssl-users@modssl.org
Automated List Manager[EMAIL PROTECTED]


Re: Environment variables question

2005-10-11 Thread BJ Swope
I was wanting a context for the information. Oftentimes context will provide indicators of purpose.