Added the correct permissions to the user key generated when the script is called...
authorJohn White <John.White@cern.ch>
Thu, 3 Mar 2005 09:57:15 +0000 (09:57 +0000)
committerJohn White <John.White@cern.ch>
Thu, 3 Mar 2005 09:57:15 +0000 (09:57 +0000)
the --all option.

bin/generate-test-certificates.sh

index 168891d..0b71879 100755 (executable)
@@ -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