aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rpkid/cross-certify.py8
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: