From 0cab664634d76d771eb88b33b1d94238c2c9a9df Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 25 Sep 2007 16:16:49 -0400 Subject: make certmaster auto-create the ca key and cert on startup, if they are not present --- scripts/certmaster | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'scripts') diff --git a/scripts/certmaster b/scripts/certmaster index 1be4c58..f4bcf53 100755 --- a/scripts/certmaster +++ b/scripts/certmaster @@ -1,11 +1,6 @@ #!/usr/bin/python -import sys -import distutils.sysconfig - -sys.path.append("%s/func" % distutils.sysconfig.get_python_lib()) - -import certmaster +from func import certmaster defaults = { 'listen_addr': 'localhost', 'listen_port': '51235', -- cgit