diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-04-07 21:39:20 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2023-04-07 21:39:20 +0200 |
commit | c8bc863e9d9a030cff9bd2bbb0bd7cf27818653c (patch) | |
tree | b5b3465edd98ab022b7bab0c34c01424062f2f1b | |
parent | e4d01585d9802a256d754072bdce2b855ae7d354 (diff) |
Move link to docs/operations.md to the bottom
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,8 +4,6 @@ A tool that downloads certificates from [CT logs][] [recognized by Google Chrome][], storing the encountered [Subject Alternative Names (SANs)][] to disk. The dataset can be assembled so that it is de-duplicated with one SAN per line. -**Availability:** [2023-04-03-ct-sans dataset](./docs/operations.md) - [CT logs]: https://certificate.transparency.dev/ [recognized by Google Chrome]: https://groups.google.com/a/chromium.org/g/ct-policy/c/IdbrdAcDQto/ [Subject Alternative Names (SANs)]: https://www.rfc-editor.org/rfc/rfc5280#section-4.2.1.6/ @@ -134,6 +132,11 @@ Once the collect phase is done, assemble the data set: - The dataset can be updated by running the same `snapshot`, `collect` and `assemble` commands again. +## Running a measurement + +See how we collected the 2023-04-03-ct-sans dataset in +[docs/operations.md](./docs/operations.md). + ## Contact - IRC: room #certificate-transparency at [OFTC.net][] |