From e4684f5e27d9c84d7ee76e571af8a8b5806d4d65 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 12 Feb 2008 10:22:37 -0500 Subject: make remove_this_host remove_this_cert so it actually works thanks to Karsten Hopp for pointing this out --- scripts/certmaster-ca | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/certmaster-ca b/scripts/certmaster-ca index b3e844a..0a73e6c 100755 --- a/scripts/certmaster-ca +++ b/scripts/certmaster-ca @@ -84,7 +84,7 @@ def main(args): return 1 for hn in args: - cm.remove_this_host(hn) + cm.remove_this_cert(hn) return 0 -- cgit