diff options
| author | Russ Allbery <rra@stanford.edu> | 2007-02-12 19:12:38 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2007-02-12 19:12:38 +0000 | 
| commit | 9a16e7a35685982b4e6fd2d7016749c16ac7091c (patch) | |
| tree | 2a0e21689a2a2dae52a8d8d05e4f1d0ea1013032 /doc/notes | |
| parent | e22a77c9fd62bc7f81c3edd2342f85cf4604f8e5 (diff) | |
Add notes about purging old entries.
Diffstat (limited to 'doc/notes')
| -rw-r--r-- | doc/notes | 8 | 
1 files changed, 8 insertions, 0 deletions
| @@ -151,6 +151,14 @@ Server Issues      for someone to request that their previous CSR be reused to request a      new Comodo certificate?  Maybe more work than needed. +  Cleanup of Old Entries + +    We should periodically scan the wallet for host-based entries for hosts +    that aren't in NetDB.  Rather than removing them immediately, wait +    until we haven't seen the host for several consecutive passes and then +    purge them.  Send notification of the hosts that are being purged (and +    maybe of the hosts that will be purged soon if nothing happens). +  Client Issues    Command-Line Options | 
