fix typo
This commit is contained in:
parent
489bae4100
commit
dbb65d71cc
1 changed files with 2 additions and 2 deletions
|
@ -251,7 +251,7 @@ def createCertRequest(pkey, digest="sha256", **name):
|
|||
req.sign(pkey, digest)
|
||||
return req
|
||||
|
||||
def createCertificate(req, issuerCert, issuerKey, serial, notBefore, notAfter, digest="shai256"):
|
||||
def createCertificate(req, issuerCert, issuerKey, serial, notBefore, notAfter, digest="sha256"):
|
||||
"""
|
||||
Generate a certificate given a certificate request.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue