- The updater looks for updates to certificates from the certificate
  store.
- The updates are spaced by random time intervals so that the
  reconstruction of the content of the cert store is made more
  difficult.
- The updater can be send into the background - start, stop and status
  are implemented.
- The state of the updater is persisted to disk so that the update
  procedure survives a restart.
This commit is contained in:
Malte Meiboom
2026-08-07 11:11:55 +02:00
parent 118b930c1d
commit 1ed3e1e988
12 changed files with 753 additions and 21 deletions
+4
View File
@@ -8,6 +8,10 @@ sequoia_home = "/tmp/sq_home"
#keyservers = [ "hkps://keys.openpgp.org/", "hkps://mail-api.proton.me", "hkps://keys.mailvelope.com", "hkps://keyserver.ubuntu.com", "hkps://sks.pod01.fleetstreetops.com" ]
keyservers = [ "hkp://example.com" ]
[updater]
wait_min = 1
wait_max = 2
[logging.appenders.console]
kind = "console"
[logging.appenders.console.encoder]