diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-04 14:06:56 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-04 14:06:56 -0400 |
commit | abf33792b4aeeabb582bfe59f66079a9c12b24b6 (patch) | |
tree | eaf726d15d5afcbec11d222bd9ebc6873e2a6613 | |
parent | 47310fe430e417934b582b9aa716a9de473ac46a (diff) |
clarify trust-models.
-rw-r--r-- | website/trust-models.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/trust-models.mdwn b/website/trust-models.mdwn index 792c6b6..8fee5cb 100644 --- a/website/trust-models.mdwn +++ b/website/trust-models.mdwn @@ -85,7 +85,7 @@ These colon-delimited records say (in order): * `1`: uses new "PGP" trust model (0 would be the "Classic trust model") -- see below * `1220401097`: seconds since the epoch that I created the trust db. * `1220465006`: seconds after the epoch that the trustdb will need to be rechecked (usually due to the closest pending expiration, etc) - * `3`: Either 3 certifications from keys with marginal ownertrust are needed for full User ID+Key validity + * `3`: Either 3 certifications from keys with marginal ownertrust ... * `1`: Or 1 certification from a key with full ownertrust is needed for full User ID+Key validity * `5`: `max_cert_depth` (i'm not sure exactly how this is used, though the name is certainly suggestive) |