X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=scripts%2Fcertmaster-ca;fp=scripts%2Fcertmaster-ca;h=27e190ea55e6ea31fac1f93391dfc345fdaa8904;hp=a504d203e045b7cfe3fe899ee5e150b6924a66c9;hb=624727a2446d81e1c786d4fb9101cd35603534c4;hpb=1b545eb1f1874cd5ba38d849c489785f947018f3 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