Skip to content

Commit d9bffe0

Browse files
authored
Fix outdated known logs page due to duplicate docs (#96)
1 parent be6ee22 commit d9bffe0

File tree

3 files changed

+13
-164
lines changed

3 files changed

+13
-164
lines changed

content/google/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
---
88
<section>
99
<div class='wrap'>
10-
{{< read-markdown-file "/content/google/known-logs.md" >}}
10+
{{< read-markdown-file "/docs/google/known-logs.md" >}}
1111
</div>
1212
</section>

content/google/known-logs.md

Lines changed: 0 additions & 163 deletions
This file was deleted.

docs/google/known-logs.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,18 @@ A test root should:
175175
For historical reasons, Google's test logs include some test roots that do not
176176
comply with all of the above requirements.
177177

178+
To verify that your test root complies with the policy listed above, you can run the following `openssl` command:
179+
```sh
180+
$ openssl x509 -in google-test-monitor.cert -noout -serial -issuer -subject -ext keyUsage,basicConstraints
181+
serial=BF90A6BDBEFC149E
182+
issuer=C = GB, L = London, O = Google UK Ltd., OU = Certificate Transparency, CN = Test Monitor Root
183+
subject=C = GB, L = London, O = Google UK Ltd., OU = Certificate Transparency, CN = Test Monitor Root
184+
X509v3 Key Usage: critical
185+
Digital Signature, Certificate Sign
186+
X509v3 Basic Constraints: critical
187+
CA:TRUE
188+
```
189+
178190
Google's test Logs are:
179191

180192
<pre>

0 commit comments

Comments
 (0)