From: Thierry Parmentelat Date: Wed, 10 Jun 2009 13:20:26 +0000 (+0000) Subject: oops X-Git-Tag: sfa-0.9-0@14641~309 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b5abdf02b78f613739a89f7d7a5cd3ba0ca19848;p=sfa.git oops --- diff --git a/INSTALL.txt b/INSTALL.txt index f7478bf2..2ff74dab 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -33,10 +33,16 @@ NOTICE: table "geni$plc" does not exist, skipping inserting authority record for plc --- -run geni-config-tty again +run geni-config-tty again - to initialize /etc/geni/authorities/plc/plc.pkey + +[2009.06.09--1l-f8-32-vplc07] / # geni-config-tty +Enter command (u for usual changes, w to save, ? for help) q + /etc/geni/authorities/server.key +copied from /etc/geni/authorities/plc/plc.pkey +--- -copy authorities/ple/ple.pkey to geni/server.key +xxx tested this far xxx Federation: diff --git a/geni-config-tty b/geni-config-tty index 91735d6d..3bd1d983 100755 --- a/geni-config-tty +++ b/geni-config-tty @@ -250,7 +250,7 @@ def setup_server_key(config_dict): hrn_leaf = get_leaf(hrn) if not hrn_leaf: hrn_leaf = hrn - new_server_key = os.sep.join([path, auth_path, hrn_leaf]) + ".key" + new_server_key = os.sep.join([path, auth_path, hrn_leaf]) + ".pkey" old_server_key = os.sep.join([path, key]) old_server_cert = os.sep.join([path, cert])