From ec7d7181700b0b394a1c22b508a57f76085fa916 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Fri, 29 Feb 2008 14:35:42 -0500 Subject: delete files, hopefully for real. These are certmaster stuff we dont need anymore --- scripts/certmaster | 11 ------ scripts/certmaster-ca | 92 --------------------------------------------------- 2 files changed, 103 deletions(-) delete mode 100755 scripts/certmaster delete mode 100755 scripts/certmaster-ca (limited to 'scripts') diff --git a/scripts/certmaster b/scripts/certmaster deleted file mode 100755 index d5f677d..0000000 --- a/scripts/certmaster +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/python - -from func import certmaster - -import sys - -if __name__ == "__main__": - certmaster.main(sys.argv) - - - diff --git a/scripts/certmaster-ca b/scripts/certmaster-ca deleted file mode 100755 index 0a73e6c..0000000 --- a/scripts/certmaster-ca +++ /dev/null @@ -1,92 +0,0 @@ -#!/usr/bin/python -tt -# sign/list keys -# --sign hostname hostname hostname -# --list # lists all csrs needing to be signed -# --list-all ? -# --clean? not sure what it will do - -import sys -import glob -import os - -import func -import func.certs -import func.certmaster - - - -from optparse import OptionParser - -def errorprint(stuff): - print >> sys.stderr, stuff - - -def parseargs(args): - usage = 'certmaster-ca