Carving away at func some more to just get down to cert items, still lots
[certmaster.git] / scripts / certmaster-request
diff --git a/scripts/certmaster-request b/scripts/certmaster-request
new file mode 100755 (executable)
index 0000000..3d807bd
--- /dev/null
@@ -0,0 +1,10 @@
+#!/usr/bin/python
+
+
+import sys
+import distutils.sysconfig
+
+from func.minion import server
+
+if __name__ == "__main__":
+    server.main(sys.argv)