git://scientific.zcu.cz
/
glite-security-test-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb59be6
)
Added the correct permissions to the user key generated when the script is called...
author
John White
<John.White@cern.ch>
Thu, 3 Mar 2005 09:57:15 +0000
(09:57 +0000)
committer
John White
<John.White@cern.ch>
Thu, 3 Mar 2005 09:57:15 +0000
(09:57 +0000)
the --all option.
bin/generate-test-certificates.sh
patch
|
blob
|
blame
|
history
diff --git
a/bin/generate-test-certificates.sh
b/bin/generate-test-certificates.sh
index
168891d
..
0b71879
100755
(executable)
--- a/
bin/generate-test-certificates.sh
+++ b/
bin/generate-test-certificates.sh
@@
-262,6
+262,8
@@
function create_some {
fi
cp $CERT_DIR/${catype}_client.cert home/usercert.pem
cp $CERT_DIR/${catype}_client.priv home/userkey.pem
+ # set the correct permissions for globus...
+ chmod 400 home/userkey.pem
}
# create all certificates