mirror of
https://github.com/SSLMate/certspotter.git
synced 2025-12-18 20:54:20 +01:00
Rename verified_sth.json to just sth.json
This commit is contained in:
@@ -62,7 +62,7 @@ func OpenLogState (logStatePath string) (*LogState, error) {
|
||||
}
|
||||
|
||||
func (logState *LogState) VerifiedSTHFilename () string {
|
||||
return filepath.Join(logState.path, "verified_sth.json")
|
||||
return filepath.Join(logState.path, "sth.json")
|
||||
}
|
||||
|
||||
func (logState *LogState) GetVerifiedSTH () (*ct.SignedTreeHead, error) {
|
||||
|
||||
Reference in New Issue
Block a user