summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2008-02-12 10:22:37 -0500
committerSeth Vidal <skvidal@fedoraproject.org>2008-02-12 10:22:37 -0500
commite4684f5e27d9c84d7ee76e571af8a8b5806d4d65 (patch)
tree127ceb1d3efd306147d902f4bb4d285fd1db03d2 /scripts
parentd66e2f6dd8865f51dc43c1d9a40812c698c1f9b1 (diff)
downloadthird_party-func-e4684f5e27d9c84d7ee76e571af8a8b5806d4d65.tar.gz
third_party-func-e4684f5e27d9c84d7ee76e571af8a8b5806d4d65.tar.xz
third_party-func-e4684f5e27d9c84d7ee76e571af8a8b5806d4d65.zip
make remove_this_host remove_this_cert so it actually works
thanks to Karsten Hopp for pointing this out
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/certmaster-ca2
1 files changed, 1 insertions, 1 deletions
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