summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/x509/reference.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/x509/reference.rst b/docs/x509/reference.rst
index df09af148..216896f04 100644
--- a/docs/x509/reference.rst
+++ b/docs/x509/reference.rst
@@ -1951,14 +1951,13 @@ X.509 Extensions
:type: bytes
- A value derived from the public key used to verify the certificate's
- signature.
+ The binary value of the identifier.
.. attribute:: digest
:type: bytes
- The binary value of the identifier.
+ The binary value of the identifier. An alias of ``key_identifier``.
.. classmethod:: from_public_key(public_key)