From: Tony Mack Date: Wed, 20 May 2009 00:33:15 +0000 (+0000) Subject: fix path of server key/cert X-Git-Tag: sfa-0.9-0@14641~382 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=adf6b61ae89cdc6c8719f595db10c7309d9a5fe4;p=sfa.git fix path of server key/cert --- diff --git a/geni/plc.py b/geni/plc.py index 31df0d0f..5b6bedf0 100644 --- a/geni/plc.py +++ b/geni/plc.py @@ -78,7 +78,7 @@ def main(): (options, args) = parser.parse_args() config = Config() - path = config.path + path = config.basepath key_file = path + os.sep + "server.key" cert_file = path + os.sep + "server.cert"