diff options
author | saturneric <[email protected]> | 2024-05-25 22:54:22 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-05-25 22:54:22 +0000 |
commit | 889d89e26fce2e1f1148e156907afde934c4464d (patch) | |
tree | 3874fcbbbad75d1f218b7647058762c606a25839 /src/content/docs/advanced/sync-all-public-keys.md | |
parent | fix: sync from @jermanuts at branch main (diff) | |
download | Manual-889d89e26fce2e1f1148e156907afde934c4464d.tar.gz Manual-889d89e26fce2e1f1148e156907afde934c4464d.zip |
fix: add some missing contents and solve some conflicts
Diffstat (limited to 'src/content/docs/advanced/sync-all-public-keys.md')
-rw-r--r-- | src/content/docs/advanced/sync-all-public-keys.md | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/content/docs/advanced/sync-all-public-keys.md b/src/content/docs/advanced/sync-all-public-keys.md index 4266fc3..687e553 100644 --- a/src/content/docs/advanced/sync-all-public-keys.md +++ b/src/content/docs/advanced/sync-all-public-keys.md @@ -4,7 +4,6 @@ sidebar: label: Sync Public Keys --- - Keeping your public keys in sync with those stored on a key server is crucial for secure communications. This synchronization ensures that any changes to public keys, such as revocations or the addition of subkeys, are reflected in @@ -30,10 +29,15 @@ GpgFrontend automates the public key synchronization process through a user-friendly interface. Here’s how to use it: 1. Open the **Key Management** interface. -2. Locate and click the **Sync Public Key** button. This initiates the automatic - synchronization. - - +2. In the list of public keys, you can now select specific keys to sync by + checking the boxes next to them. +3. Locate and click the **Sync Public Key** button. This initiates the automatic + synchronization for the selected keys. If no keys are selected, all public + keys will be synchronized. In this case, a confirmation prompt will appear to + confirm full synchronization. + + _Note: Replace the placeholder text with the actual link to the image showing the Sync Public Key button._ |