From 5dfdff8f110d8336b4812497428cd5dd1fae2db0 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 3 Oct 2007 17:33:43 -0400 Subject: - add certmaster-ca --clean option to clean out other certs/csrs - make certmaster-ca output usage if no options passed --- scripts/certmaster-ca | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/certmaster-ca b/scripts/certmaster-ca index d103265..f7982ca 100755 --- a/scripts/certmaster-ca +++ b/scripts/certmaster-ca @@ -6,6 +6,8 @@ # --clean? not sure what it will do import sys +import glob +import os import func import func.certs @@ -20,23 +22,35 @@ def errorprint(stuff): def parseargs(args): - usage = 'certmaster-ca [options]' + usage = 'certmaster-ca