- bootmanager now puts API CA cert and GPG public key in /usr/boot/ on nodes
authorMark Huang <mlhuang@cs.princeton.edu>
Sun, 4 Feb 2007 04:22:48 +0000 (04:22 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Sun, 4 Feb 2007 04:22:48 +0000 (04:22 +0000)
get_plc_config.php

index b50d91a..c96a265 100755 (executable)
@@ -6,7 +6,7 @@
 // Mark Huang <mlhuang@cs.princeton.edu>
 // Copyright (C) 2006 The Trustees of Princeton University
 //
-// $Id: get_plc_config.php,v 1.7 2006/05/08 21:45:29 mlhuang Exp $
+// $Id: get_plc_config.php,v 1.1 2006/11/06 22:02:17 mlhuang Exp $
 //
 
 // Try the new plc_config.php file first
@@ -45,6 +45,9 @@ foreach (array('PLC_API_HOST', 'PLC_API_PATH', 'PLC_API_PORT',
   }
 }
 
+printf($format, 'PLC_API_CA_SSL_CRT', "'/usr/boot/cacert.pem'");
+printf($format, 'PLC_ROOT_GPG_KEY_PUB', "'/usr/boot/pubring.gpg'");
+
 echo $end . "\n";
 
 ?>