This commit is contained in:
Tammi L. Coles 2023-11-25 15:33:34 +01:00
parent d49cf0b713
commit 018a6107c1

View file

@ -238,11 +238,11 @@ Additionally, OpenPGP allows modeling User ID-specific preferences. The idea is
## Revocations
When the owner of a certificate wants to invalidate some components of that certificate, or the entire certificate, they can do so by "revoking" the component in question. Revoking the primary key renders the entire certificate invalid.
When a certificate owner needs to invalidate certain components of their certificate, or even the entire certificate, they accomplish this through "revocation." Revoking the primary key renders the entire certificate invalid.
More on revoking components of a certificate in {ref}`self-revocations`.
Notably, revocations are not the only means by which components can become invalid. Other factors, such as the passing of a component's expiration time, can also render components invalid.
Note that there are other ways besides revocations in which components can become invalid. For example, the component's expiration time may have passed.
For more detailed information on revoking specific components of a certificate, see the section on {ref}`self-revocations`.
## Third-party (identity) certifications