- Add functionality to query online sources (Keyservers, etc) for certificates. - Use introducers to determine which UserIDs should be fetched from online soources. Check certifications before importing certifiactes into the local cert store. - start docker image for local end-to-end testing.
11 lines
298 B
TOML
11 lines
298 B
TOML
#
|
|
# Husk config file
|
|
#
|
|
connection = "localhost:3000"
|
|
|
|
sequoia_home = "/tmp/sq_home"
|
|
|
|
logfile_config = "./config/log4rs.yml"
|
|
|
|
keyservers = [ "hkps://keys.openpgp.org/", "hkps://mail-api.proton.me", "hkps://keys.mailvelope.com", "hkps://keyserver.ubuntu.com", "hkps://sks.pod01.fleetstreetops.com" ]
|