Difference between revisions of "Verify-proxy"

From PDP/Grid Wiki
Jump to navigationJump to search
m
Line 1: Line 1:
 
 
= Example configurations =
 
= Example configurations =
  
Line 8: Line 7:
 
  " --max-proxy-level-ttl=1 12:00"
 
  " --max-proxy-level-ttl=1 12:00"
 
  " --max-voms-ttl 12:00"
 
  " --max-voms-ttl 12:00"
 +
 +
Other options and arguments to verify_proxy:
 +
 +
#" --only-post-verify-checks"
 +
#" --allow-limited-proxy"
 +
#" --max-proxy-level-ttl=<level> <time-length; example: 2d-13:37>"
 +
#"  Sets a maximum lifetime for proxy certificate level <level> where <level> can be 0-9 or 'l' or 'L' to indicate a Leaf proxy (last proxy in the chain)"

Revision as of 10:15, 30 March 2009

Example configurations

verify_proxy = "lcmaps_verify_proxy.mod"
" -certdir /etc/grid-security/certificates"
" --max-proxy-level-ttl=0 260:00"
" --max-proxy-level-ttl=L 12:05"
" --max-proxy-level-ttl=1 12:00"
" --max-voms-ttl 12:00"

Other options and arguments to verify_proxy:

#" --only-post-verify-checks"
#" --allow-limited-proxy"
#" --max-proxy-level-ttl=<level> <time-length; example: 2d-13:37>"
#"   Sets a maximum lifetime for proxy certificate level <level> where <level> can be 0-9 or 'l' or 'L' to indicate a Leaf proxy (last proxy in the chain)"