diff --git a/README.md b/README.md index 2106e5183472af39123b6b7cb6294f732e4540b3..ed301d6967883f09a25eebaf420f34be69857892 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,24 @@ The Subject of the End-Entity certificate, used to sign the proxy. _Example_: ``/C=IT/O=IGI/CN=test0`` +### ssl_client_ee_s_dn + +Like `voms_user`, the Subject of the End-Entity certificate. Unlike `voms_user`, it is available even for non-VOMS proxies and is formatted according to RFC 2253. + +_Example_: ``CN=test0,O=IGI,C=IT`` + ### voms_user_ca The Issuer (Certificate Authority) of the End-Entity certificate. _Example_: ``/C=IT/O=IGI/CN=Test CA`` +### ssl_client_ee_i_dn + +Like `voms_user_ca`, the Issuer of the End-Entity certificate. Unlike `voms_user_ca`, it is available even for non-VOMS proxies and is formatted according to RFC 2253. + +_Example_: ``CN=Test CA,O=IGI,C=IT`` + ### voms_fqans A comma-separated list of Fully Qualified Attribute Names. See [The VOMS Attribute Certificate Format](http://ogf.org/documents/GFD.182.pdf) for more details.