summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/certmaster-ca2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/certmaster-ca b/scripts/certmaster-ca
index a504d20..27e190e 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