chown $HTTPD_USER /var/www/proxycache
#delegation
- id=`htproxyput --cert ${UPROXY} --key ${UPROXY} --capath ${UPROXY} https://$(hostname -f)/gridsite-delegation.cgi`
+ id=`htproxyput --cert ${UPROXY} --key ${UPROXY} --capath /etc/grid-security/certificates https://$(hostname -f)/gridsite-delegation.cgi`
printf "id: $id"
if [ $? -eq 0 -a -n "$id" ]; then
test_done
test_failed
fi
- expiry=`htproxyunixtime --cert ${UPROXY} --key ${UPROXY} --capath ${UPROXY} --delegation-id $id https://$(hostname -f)/gridsite-delegation.cgi`
+ expiry=`htproxyunixtime --cert ${UPROXY} --key ${UPROXY} --capath etc/grid-security/certificates --delegation-id $id https://$(hostname -f)/gridsite-delegation.cgi`
- newid=`htproxyrenew --cert ${UPROXY} --key ${UPROXY} --capath ${UPROXY} --delegation-id $id https://$(hostname -f)/gridsite-delegation.cgi`
+ newid=`htproxyrenew --cert ${UPROXY} --key ${UPROXY} --capath etc/grid-security/certificates --delegation-id $id https://$(hostname -f)/gridsite-delegation.cgi`
printf "newid: $newid"
if [ $? -eq 0 -a -n "$newid" ]; then
test_done
test_failed
fi
- htproxydestroy --cert ${UPROXY} --key ${UPROXY} --capath ${UPROXY} --delegation-id $id https://$(hostname -f)/gridsite-delegation.cgi
+ htproxydestroy --cert ${UPROXY} --key ${UPROXY} --capath etc/grid-security/certificates --delegation-id $id https://$(hostname -f)/gridsite-delegation.cgi
printf "Test handling of VOMS .lsc files (Regression test for bug #39254 and #82023)\n"