From 6cbac857412f4042087c467a7c3f791fe80c87d4 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 5 Oct 2007 03:32:25 +0000 Subject: Checkpoint svn path=/scripts/pkcs10.py; revision=1095 --- scripts/pkcs10.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/pkcs10.py') diff --git a/scripts/pkcs10.py b/scripts/pkcs10.py index 3a88b779..683f94df 100644 --- a/scripts/pkcs10.py +++ b/scripts/pkcs10.py @@ -13,7 +13,7 @@ def hexify(thing): return ":".join(["%02X" % ord(i) for i in thing]) for name in glob.glob("resource-cert-samples/*.req") + glob.glob("biz-certs/*.req"): - pkcs10 = rpki.x509.PKCS10_Request(Auto_file = name).get_POWpkix() + pkcs10 = rpki.x509.PKCS10(Auto_file = name).get_POWpkix() print "[", name, "]" -- cgit v1.2.3