diff options
author | saturneric <[email protected]> | 2024-06-28 23:17:37 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-06-28 23:17:37 +0000 |
commit | c72f4c41eccff010bc993d98e09e2b9912e0428a (patch) | |
tree | bede28a812e274b73d73c1d685a771d98fac62e6 | |
parent | feat: fit documents to v2.1.3 (diff) | |
download | Manual-c72f4c41eccff010bc993d98e09e2b9912e0428a.tar.gz Manual-c72f4c41eccff010bc993d98e09e2b9912e0428a.zip |
fix: correct mistakes
-rw-r--r-- | src/content/docs/guides/view-keypair-info.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/content/docs/guides/view-keypair-info.md b/src/content/docs/guides/view-keypair-info.md index 7661e56..875a0f4 100644 --- a/src/content/docs/guides/view-keypair-info.md +++ b/src/content/docs/guides/view-keypair-info.md @@ -288,12 +288,14 @@ explanation of each button's function: Keyservers facilitate the distribution and retrieval of public keys. 6. **Revoke Certificate Operation**: - - **Function**: This dropdown menu provides options for revoking a key + + - **Function**: This dropdown menu provides options for generating a + revocation certificate for the key or importing an existing revocation certificate. Revoking a certificate is necessary if the key has been - compromised or if it is no longer needed. This action invalidates the key, - ensuring it cannot be used maliciously. The revocation information is - typically uploaded to a keyserver so that others are aware of the key's - revoked status. + compromised or is no longer needed. This action invalidates the key, + ensuring it cannot be maliciously used. Revocation information is typically + uploaded to a keyserver to inform others about the revoked status of the + key. These operations help manage the lifecycle of key pairs, ensuring their secure use and proper distribution. |