Change permissions on key after creation.
authorScott Cantor <cantor.2@osu.edu>
Sun, 18 May 2008 19:44:09 +0000 (19:44 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 18 May 2008 19:44:09 +0000 (19:44 +0000)
configs/keygen.sh

index aa47b68..0729fe3 100755 (executable)
@@ -66,4 +66,5 @@ else
     openssl req -config sp-cert.cnf -new -x509 -days $DAYS -keyout sp-key.pem -out sp-cert.pem 2> /dev/null
 fi
 
+chmod 600 sp-key.pem
 rm sp-cert.cnf