mirror of
https://github.com/adulau/crl-monitor.git
synced 2024-11-21 17:47:09 +00:00
Data store format described
This commit is contained in:
parent
9b1a48ea12
commit
e8e27f68b2
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -66,3 +66,14 @@ python ./bin/x509/ip-ssl-subject.py -s 199.16.156.0/28 -p 6381
|
|||
C=US, ST=California, L=San Francisco, O=Twitter, Inc., OU=Twitter Security, CN=support.twitter.com
|
||||
C=US, O=VeriSign, Inc., OU=VeriSign Trust Network, OU=Terms of use at https://www.verisign.com/rpa (c)10, CN=VeriSign Class 3 Secure Server CA - G3
|
||||
~~~~
|
||||
|
||||
## Data store format
|
||||
|
||||
~~~~
|
||||
{IPv4} -> set of {SHA1 FP}
|
||||
{SHA1 FP} -> set of {Subject}
|
||||
~~~~
|
||||
|
||||
~~~~
|
||||
{s:SHA1 FP} -> set of {IPv4}
|
||||
~~~~
|
||||
|
|
Loading…
Reference in a new issue