diff options
| -rw-r--r-- | revoke_crt.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/revoke_crt.py b/revoke_crt.py index 6ed3ed9..4e127f7 100644 --- a/revoke_crt.py +++ b/revoke_crt.py @@ -1,6 +1,6 @@  #!/usr/bin/env python -import argparse, subprocess, json, os, urllib2, sys, base64, binascii, ssl, \ -    hashlib, tempfile, re, time, copy, textwrap, copy +import argparse, subprocess, json, os, urllib2, sys, base64, binascii, copy, \ +    tempfile, re  def revoke_crt(pubkey, crt): | 
