diff options
author | Nikos Mavrogiannopoulos | 2007-12-02 09:44:33 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2007-12-02 09:44:33 +0000 |
commit | af4998ee9772aa7950e8d7c296ed6f8dc57d8bbb (patch) | |
tree | 31c20456e88ea0c8366a3f9fc7c9d8b3bcaa9d6e /README.ENV | |
parent | 36736d41e57309d9a30db83f413b568948f92b2b (diff) |
Diffstat (limited to 'README.ENV')
-rw-r--r-- | README.ENV | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ SSL_CLIENT_V_START: The activation time of client's certificate. | |||
19 | SSL_CLIENT_V_END: The expiration time of client's certificate. | 19 | SSL_CLIENT_V_END: The expiration time of client's certificate. |
20 | SSL_CLIENT_S_DN: The distinguished name of client's certificate in RFC2253 format. | 20 | SSL_CLIENT_S_DN: The distinguished name of client's certificate in RFC2253 format. |
21 | SSL_CLIENT_I_DN: The distinguished name of client's issuer certificate in RFC2253 format. | 21 | SSL_CLIENT_I_DN: The distinguished name of client's issuer certificate in RFC2253 format. |
22 | SSL_CLIENT_SAN%: These will contain the alternative names of the client certificate | 22 | SSL_CLIENT_S_SAN%: These will contain the alternative names of the client certificate |
23 | (% is a number starting from zero). The values will be prepended by "DNSNAME:", | 23 | (% is a number starting from zero). The values will be prepended by "DNSNAME:", |
24 | "RFC822NAME:" or "URI:" depending on the type. If it is not supported the value | 24 | "RFC822NAME:" or "URI:" depending on the type. If it is not supported the value |
25 | "UNSUPPORTED" will be set. | 25 | "UNSUPPORTED" will be set. |
@@ -36,7 +36,7 @@ SSL_SERVER_V_START: The activation time of server's certificate. | |||
36 | SSL_SERVER_V_END: The expiration time of server's certificate. | 36 | SSL_SERVER_V_END: The expiration time of server's certificate. |
37 | SSL_SERVER_S_DN: The distinguished name of the server's certificate in RFC2253 format. | 37 | SSL_SERVER_S_DN: The distinguished name of the server's certificate in RFC2253 format. |
38 | SSL_SERVER_I_DN: The distinguished name of the server's issuer certificate in RFC2253 format. | 38 | SSL_SERVER_I_DN: The distinguished name of the server's issuer certificate in RFC2253 format. |
39 | SSL_SERVER_SAN%: These will contain the alternative names of the server certificate | 39 | SSL_SERVER_S_SAN%: These will contain the alternative names of the server certificate |
40 | (% is a number starting from zero). The values will be prepended by "DNSNAME:", | 40 | (% is a number starting from zero). The values will be prepended by "DNSNAME:", |
41 | "RFC822NAME:" or "URI:" depending on the type. If it is not supported the value | 41 | "RFC822NAME:" or "URI:" depending on the type. If it is not supported the value |
42 | "UNSUPPORTED" will be set. | 42 | "UNSUPPORTED" will be set. |