aboutsummaryrefslogtreecommitdiff
path: root/rpkid/cross-certify.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/cross-certify.py')
-rw-r--r--rpkid/cross-certify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/cross-certify.py b/rpkid/cross-certify.py
index 442035bd..1cd6dd95 100644
--- a/rpkid/cross-certify.py
+++ b/rpkid/cross-certify.py
@@ -89,7 +89,7 @@ x.setExtensions(((rpki.oids.name2oid["subjectKeyIdentifier"], False,
(rpki.oids.name2oid["authorityKeyIdentifier"], False,
(parent.get_SKI(), (), None)),
(rpki.oids.name2oid["basicConstraints"], True,
- (1, None))))
+ (1, 0))))
x.sign(keypair.get_POW(), POW.SHA256_DIGEST)
cert = rpki.x509.X509(POWpkix = x)