Revision 3c580147581d14c772e69d8ed07e5b38a3f5b262 authored by Rene Brun on 03 July 2004, 09:34:30 UTC, committed by Rene Brun on 03 July 2004, 09:34:30 UTC
the kNone in GuiTypes.h


git-svn-id: http://root.cern.ch/svn/root/trunk@9381 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 5bb191e
Raw File
hostcert.conf
###
### Format:
###
###  <certificates_dir>    <host_cert_file>  <host_cert_key> <grid_mapfile>
###
###    <certificate_dir> : directory with certificates of the recognized CAs
###                        (default: /etc/grid-security/certificates) 
###
###    <host_cert_file>  : host certificate file
###                        (default: /etc/grid-security/hostcert.pem)
###    
###    <host_cert_key>   : host key file
###                        (default: /etc/grid-security/hostkey.pem)
###    
###    <grid_mapfile>    : file for mapping local usernames to certificate subjects
###                        (default: /etc/grid-security/grid-mapfile)
###
###    The wild card '*' can be used to leave a default for a field: this allows
###    to change some fields without retyping everything
###
###    Lines can be commented by a '#' in the very first position (all the example
###    below are commented)
###
### A few examples
###
### To use /etc/grid-security/grid-mapfile1 as map file
#  *  *  *  /etc/grid-security/grid-mapfile1
###
### To use host certificates from a non standard location
#  *   /etc/grid-security/cernCA/hostcert.pem     /etc/grid-security/cernCA/hostkey.pem
###
### When running as non-root only fields 1st and 4th are meaningful
# /afs/cern.ch/user/g/ganis/.globus/certificates * * /afs/cern.ch/user/g/ganis/.globus/grid-mapfile
###
### When running as 'root' and user 'ganis' proxies should be used
#  *    /home/ganis/.globus/usercert.pem   /home/ganis/.globus/userkey.pem  
back to top