summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2007-09-25 16:16:49 -0400
committerSeth Vidal <skvidal@fedoraproject.org>2007-09-25 16:16:49 -0400
commit0cab664634d76d771eb88b33b1d94238c2c9a9df (patch)
tree7f5ff6ac7c9cfdc8c5b2a4c79138ae5bf4161862 /scripts
parent4d36563e61ab0d0b6617aae18c9a6962701c6c59 (diff)
downloadfunc-0cab664634d76d771eb88b33b1d94238c2c9a9df.tar.gz
func-0cab664634d76d771eb88b33b1d94238c2c9a9df.tar.xz
func-0cab664634d76d771eb88b33b1d94238c2c9a9df.zip
make certmaster auto-create the ca key and cert on startup, if they are not present
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/certmaster7
1 files changed, 1 insertions, 6 deletions
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',