-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
68 lines (56 loc) · 1.71 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
listen = "[::1]:50051"
database_url = "postgres://q@localhost/acme_ca"
validator_url = "http://[::1]:50052"
issuing_cert_id = "4874c9e7-d138-4117-868b-6b24b061f15e"
signing_key = "/Users/q/Documents/bjorn/python-ca/ca-certs/intermediate-key.pem"
[[ct_logs]]
url = "https://ct.googleapis.com/logs/crucible/"
[[ct_logs]]
url = "https://ct.googleapis.com/testtube/"
[[ct_logs]]
url = "https://dodo.ct.comodo.com/"
[[ct_logs]]
url = "https://ct.googleapis.com/logs/solera2018/"
[ct_logs.expiry_range]
start = "2018-01-01T00:00:00Z"
end = "2019-01-01T00:00:00Z"
[[ct_logs]]
url = "https://ct.googleapis.com/logs/solera2019/"
[ct_logs.expiry_range]
start = "2019-01-01T00:00:00Z"
end = "2020-01-01T00:00:00Z"
[[ct_logs]]
url = "https://ct.googleapis.com/logs/solera2020/"
[ct_logs.expiry_range]
start = "2020-01-01T00:00:00Z"
end = "2021-01-01T00:00:00Z"
[[ct_logs]]
url = "https://ct.googleapis.com/logs/solera2021/"
[ct_logs.expiry_range]
start = "2021-01-01T00:00:00Z"
end = "2022-01-01T00:00:00Z"
[[ct_logs]]
url = "https://ct.googleapis.com/logs/solera2022/"
[ct_logs.expiry_range]
start = "2022-01-01T00:00:00Z"
end = "2023-01-01T00:00:00Z"
[[ct_logs]]
url = "https://ct.googleapis.com/logs/solera2023/"
[ct_logs.expiry_range]
start = "2023-01-01T00:00:00Z"
end = "2024-01-01T00:00:00Z"
[[ct_logs]]
url = "https://ct.googleapis.com/logs/eu1/solera2024/"
[ct_logs.expiry_range]
start = "2024-01-01T00:00:00Z"
end = "2025-01-01T00:00:00Z"
[[ct_logs]]
url = "https://ct.googleapis.com/logs/eu1/solera2025h1/"
[ct_logs.expiry_range]
start = "2025-01-01T00:00:00Z"
end = "2025-07-01T00:00:00Z"
[[ct_logs]]
url = "https://ct.googleapis.com/logs/eu1/solera2025h2/"
[ct_logs.expiry_range]
start = "2025-07-01T00:00:00Z"
end = "2026-01-01T00:00:00Z"