Client certificate environment variables
Client certificate environment variables are SSL-specific environment variables for exposing client certificate information, if we enable client authentication.
A list of the client certificate environment variables, with their associated descriptions and values follows:
SSL client certificate environment variable Description Value SSL_CLIENT_C Contains the client certificate country String or empty SSL_CLIENT_CERTBODY Contains the client certificate String containing the complete client certificate as a string SSL_CLIENT_CERTBODYLEN Contains the length of the client certificate Integer SSL_CLIENT_CN Contains the client certificate common name String or empty SSL_CLIENT_DN Contains the distinguished name from the client certificate String or empty SSL_CLIENT_EMAIL Contains the client certificate e-mail String or empty SSL_CLIENT_IC Contains the country name of the client certificate issuer String or empty SSL_CLIENT_ICN Contains the common name of the client certificate issuer String or empty SSL_CLIENT_IDN Contains the distinguished name of the client certificate issuer String or empty SSL_CLIENT_IEMAIL Contains the e-mail address of the client certificate issuer String or empty SSL_CLIENT_IL Contains the locality of the client certificate issuer String or empty SSL_CLIENT_IO Contains the organization name of the client certificate issuer String or empty SSL_CLIENT_IOU Contains the organizational unit name of the client certificate issuer String or empty SSL_CLIENT_IPC Contains the postal code of the client certificate issuer String or empty SSL_CLIENT_IST Contains the state or province of the client certificate issuer String or empty SSL_CLIENT_L Contains the client certificate locality String or empty SSL_CLIENT_NEWSESSIONID Indicates whether this session ID is new String containing "TRUE" or "FALSE" SSL_CLIENT_O Contains the client certificate organization String or emtpy SSL_CLIENT_OU Contains the client certificate organizational unit String or empty SSL_CLIENT_PC Contains the client certificate postal code String or empty SSL_CLIENT_SERIALNUM Contains the client certificate serial number String or empty SSL_CLIENT_SESSIONID Contains the session ID String or empty SSL_CLIENT_ST Contains the client certificate state or province String or emtpy
Related tasks
Secure Sockets Layer handshake environment variables
Server certificate environment variables   Â