diff options
author | Rob Austein <sra@hactrn.net> | 2008-05-08 18:00:50 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-05-08 18:00:50 +0000 |
commit | b734b4aa757f86cea465387067905815e96b6d83 (patch) | |
tree | 3f19da0c077a9852516640d9fdd8325d5aa08aa4 /rpkid/cross-certify.py | |
parent | 09dac85eca33fb4f4ccf2d156769ff9507b437a2 (diff) |
Cleanup
svn path=/rpkid/cross-certify.py; revision=1754
Diffstat (limited to 'rpkid/cross-certify.py')
-rw-r--r-- | rpkid/cross-certify.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/rpkid/cross-certify.py b/rpkid/cross-certify.py index 20044f18..9adbc1e0 100644 --- a/rpkid/cross-certify.py +++ b/rpkid/cross-certify.py @@ -43,14 +43,6 @@ def usage(code): output = None -# debugging only - -if True: - child = rpki.x509.X509(Auto_file = "APNIC-CMS-CERT.cer") - parent = rpki.x509.X509(Auto_file = "ISC-SELF-1.cer") - keypair = rpki.x509.RSA(Auto_file = "ISC-SELF-1.key") - serial = 99 - opts,argv = getopt.getopt(sys.argv[1:], "h?i:o:c:k:s:", ["help", "in", "out", "ca", "key", "serial"]) for o,a in opts: |