diff options
author | saturneric <[email protected]> | 2025-07-06 14:43:36 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-07-06 14:43:36 +0000 |
commit | b9fc409253160bd04b1afdbbb93fb83165a1f0f1 (patch) | |
tree | d08d922d009cbd769c0c9d726e69355e45a9470d | |
parent | docs(guides): enhance symmetric encryption guide with additional images (diff) | |
download | Manual-b9fc409253160bd04b1afdbbb93fb83165a1f0f1.tar.gz Manual-b9fc409253160bd04b1afdbbb93fb83165a1f0f1.zip |
docs(guides): update OpenPGP trust management guide with current behavior and reasons for synchronization policy
* Added section on current behavior regarding UID uploads to key servers.
* Explained reasons for not enforcing automatic synchronization due to key server policies.
-rw-r--r-- | src/content/docs/guides/openpgp-trust-manage.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/content/docs/guides/openpgp-trust-manage.md b/src/content/docs/guides/openpgp-trust-manage.md index d7749d6..f21f48b 100644 --- a/src/content/docs/guides/openpgp-trust-manage.md +++ b/src/content/docs/guides/openpgp-trust-manage.md @@ -71,13 +71,13 @@ not fully considered.  -Currently: +### Current Behavior - GpgFrontend does not automatically upload signed UIDs to OpenPGP key servers. - Whether a signature update is accepted depends entirely on the specific key server’s policy. -Reasons for not enforcing automatic synchronization: +### Reasons for not enforcing automatic synchronization Uncontrollable Behavior of Key Servers |