File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # SCTFE
1
+ # TesseraCT
2
2
3
3
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/transparency-dev/static-ct )] ( https://goreportcard.com/report/github.com/transparency-dev/static-ct )
4
4
[ ![ 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
11
11
It is under active development.
12
12
13
13
## Deployment
14
- Each Tessera storage backend needs its own SCTFE binary.
14
+ Each Tessera storage backend needs its own TesseraCT binary.
15
15
16
16
At the moment, these storage backends are supported:
17
17
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ type ChainValidationConfig struct {
40
40
// checked against the current time during the validation of submissions.
41
41
// This will cause expired certificates to be rejected.
42
42
RejectExpired bool
43
- // RejectUnexpired controls if the SCTFE rejects certificates that are
43
+ // RejectUnexpired controls if TesseraCT rejects certificates that are
44
44
// either currently valid or not yet valid.
45
45
// TODO(phboneff): evaluate whether we need to keep this one.
46
46
RejectUnexpired bool
Original file line number Diff line number Diff line change 2
2
3
3
This directory contains modules that Tessera Personality can link to get extra functionalities.
4
4
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
You can’t perform that action at this time.
0 commit comments