Skip to content

Commit 6146873

Browse files
committed
edit comments
1 parent dcb6460 commit 6146873

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SCTFE
1+
# TesseraCT
22

33
[![Go Report Card](https://goreportcard.com/badge/github.com/transparency-dev/static-ct)](https://goreportcard.com/report/github.com/transparency-dev/static-ct)
44
[![Slack Status](https://img.shields.io/badge/Slack-Chat-blue.svg)](https://transparency-dev.slack.com/)
@@ -11,7 +11,7 @@ to store data. It is based on
1111
It is under active development.
1212

1313
## Deployment
14-
Each Tessera storage backend needs its own SCTFE binary.
14+
Each Tessera storage backend needs its own TesseraCT binary.
1515

1616
At the moment, these storage backends are supported:
1717

ctlog.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type ChainValidationConfig struct {
4040
// checked against the current time during the validation of submissions.
4141
// This will cause expired certificates to be rejected.
4242
RejectExpired bool
43-
// RejectUnexpired controls if the SCTFE rejects certificates that are
43+
// RejectUnexpired controls if TesseraCT rejects certificates that are
4444
// either currently valid or not yet valid.
4545
// TODO(phboneff): evaluate whether we need to keep this one.
4646
RejectUnexpired bool

modules/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
This directory contains modules that Tessera Personality can link to get extra functionalities.
44

5-
TODO: move out of the SCTFE directory once we've sorted out repo structure for personalities
5+
TODO: move out of this directory once we've sorted out repo structure for personalities

0 commit comments

Comments
 (0)