Skip to content
Snippets Groups Projects
Commit d904aca1 authored by Francesco Giacomini's avatar Francesco Giacomini
Browse files

update documentation

parent bdd5f835
No related branches found
No related tags found
1 merge request!8add support for ssl_client_ee_s_dn and ssl_client_ee_i_dn
Pipeline #
...@@ -33,12 +33,24 @@ The Subject of the End-Entity certificate, used to sign the proxy. ...@@ -33,12 +33,24 @@ The Subject of the End-Entity certificate, used to sign the proxy.
_Example_: ``/C=IT/O=IGI/CN=test0`` _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 ### voms_user_ca
The Issuer (Certificate Authority) of the End-Entity certificate. The Issuer (Certificate Authority) of the End-Entity certificate.
_Example_: ``/C=IT/O=IGI/CN=Test CA`` _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 ### 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. 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment