Fixed spelling error in certificate.py
Change-Id: I768d2406919df7afb498818e4caa39940520f7f2
This commit is contained in:
parent
36520b9f59
commit
f3afb5e36d
@ -254,7 +254,7 @@ class X509Certificate(signature.SignatureMixin):
|
||||
def get_fingerprint(self, md='sha256'):
|
||||
"""Get the fingerprint of this X509 certificate.
|
||||
|
||||
:param md: The message digest algorthim used to compute the fingerprint
|
||||
:param md: The message digest algorithm used to compute the fingerprint
|
||||
:return: The fingerprint encoded as a hex string
|
||||
"""
|
||||
hash_class = utils.get_hash_class(md)
|
||||
|
Loading…
x
Reference in New Issue
Block a user