aboutsummaryrefslogtreecommitdiff
path: root/scripts/pkcs10.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pkcs10.py')
-rw-r--r--scripts/pkcs10.py2
1 files changed, 1 insertions, 1 deletions
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, "]"