https://github.com/root-project/root
Raw File
Tip revision: 5f3232eeb23fbe2ef04a27ffbdf9f99e2edfbf25 authored by Unknown Author on 22 September 2004, 21:10:32 UTC
This commit was manufactured by cvs2svn to create tag 'v4-00-08f'.
Tip revision: 5f3232e
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