certificate-transparency
Here are 67 public repositories matching this topic...
-
Updated
Feb 3, 2020 - Python
-
Updated
May 19, 2020 - Python
-
Updated
Jun 4, 2020 - Python
Streamline logging
The following things should be fixed:
- Inserts that trigger an upsert should be logged as an update
- An update should log the identifier/value the old value (or none) and the new value, eg:
column: old => new - Avoid duplicate code for scoped/unscoped that only differ in color codes
Also, consider:
- Reuse the one-line representation in
selectas a base for detailed
-
Updated
Apr 27, 2020 - Python
-
Updated
Feb 5, 2019 - Python
I think the entire PEM-encoded certificate chain should be fed to the script over stdin. Cert Spotter should ignore broken pipes in case the script closes stdin before reading anything. Question: what if the script forks with stdin still open and never reads?
-
Updated
Jun 8, 2020 - Java
-
Updated
Mar 30, 2020 - Jupyter Notebook
-
Updated
Jun 24, 2019 - Python
-
Updated
Jun 3, 2020 - Kotlin
-
Updated
Sep 2, 2019 - Python
-
Updated
Feb 1, 2020 - Python
-
Updated
May 11, 2020 - Python
Follow up to letsencrypt/ct-woodpecker#5
We should also have the certSubmitter submit multiple copies of the same new cert in parallel. If distinct SCTs are returned then all of them should be stored and checked for inclusion.
-
Updated
Jul 19, 2016 - Go
-
Updated
May 31, 2020 - JavaScript
Automate sct writing
Can we get a script, which calls submit-cert.py and automatically calls write-sct.py with the correct parameters afterwards to write the .sct file.
BTW: Is it useful to do this for all responses you got from all certificate transparency servers? Is it useful to include all those logs in CT?
-
Updated
Jun 1, 2020 - Python
-
Updated
Nov 21, 2019 - Shell
-
Updated
Aug 7, 2018 - JavaScript
-
Updated
Jun 10, 2020 - Go
-
Updated
May 20, 2016 - Python
-
Updated
Apr 19, 2020 - Rust
-
Updated
Jun 15, 2018 - JavaScript
-
Updated
May 20, 2020 - Shell
-
Updated
Aug 22, 2017 - Go
-
Updated
Jun 6, 2020 - JavaScript
Improve this page
Add a description, image, and links to the certificate-transparency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the certificate-transparency topic, visit your repo's landing page and select "manage topics."
I can't see any documentation in the repo for how to go about creating a new tree.
The preferred mechanism to create & init a tree is now:
go run cmd/createtree/main.go --admin_server=${ADMIN_SERVER}
This isn't mentioned in any documentation. The closest we have is a pointer to https://medium.com/google-cloud/trillian-on-google-cloud-platform-621a37f2431c which does this the legacy way in