Documentation ¶
Overview ¶
This is a script that fixes the validity dates of certificates in the database by retrieving the raw cert and updating the date using the original cert.
Script that pulls certificates from the CT log and inserts them into the observatory database usage: TLSOBS_DBUSER=tlsobsapi TLSOBS_DBPASS=mysecretpassphrase TLSOBS_DBHOST=127.0.0.1:5432 go run pullCTLogsIntoDB.go
Source Files ¶
- extractCiphersuites.go
- fixDupCerts.go
- fixExtensions.go
- fixKeyInfo.go
- fixSHA256SubjectSPKI.go
- fixSerial.go
- fixserialnumber.go
- fixsubjectNames.go
- fixvalidity.go
- getPaths.go
- initMozPolicy.go
- pullCTLogs.go
- pullCTLogsIntoDB.go
- rescanDomains.go
- retrieveIntermediatesFromCADatabase.go
- retrieveTruststoreFromCADatabase.go
- updateCertificate.go
Click to show internal directories.
Click to hide internal directories.