X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=get_plc_config.php;h=9bf1c123d090a549027778a128a1d29337452503;hb=d6d22f9779fe97c8176ed2171b9ac238043f93bd;hp=b50d91ac86da6dccd9aec47db50e916ea929a37a;hpb=ad638a3d9c2530d7bc51b8d41b6f1eb5b3ea6085;p=nodeconfig.git diff --git a/get_plc_config.php b/get_plc_config.php index b50d91a..9bf1c12 100755 --- a/get_plc_config.php +++ b/get_plc_config.php @@ -6,7 +6,7 @@ // Mark Huang // 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$ // // 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"; ?>