summaryrefslogtreecommitdiffstats
path: root/scripts/certmaster
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/certmaster')
-rwxr-xr-xscripts/certmaster11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/certmaster b/scripts/certmaster
new file mode 100755
index 0000000..d5f677d
--- /dev/null
+++ b/scripts/certmaster
@@ -0,0 +1,11 @@
+#!/usr/bin/python
+
+from func import certmaster
+
+import sys
+
+if __name__ == "__main__":
+ certmaster.main(sys.argv)
+
+
+