$ mkdir ~/.condor
 $ cd ~/.condor
 $ touch publicKeyFile
-$ touch secretKeyFile
-$ chmod 600 publicKeyFile secretKeyFile
+$ touch privateKeyFile
+$ chmod 600 publicKeyFile privateKeyFile
 {endterm}
 
 The last command ensures that only you can read or write to those files.