From c72f4c41eccff010bc993d98e09e2b9912e0428a Mon Sep 17 00:00:00 2001 From: saturneric Date: Sat, 29 Jun 2024 01:17:37 +0200 Subject: [PATCH] fix: correct mistakes --- src/content/docs/guides/view-keypair-info.md | 12 +++++++----- 1 file 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.