Skip to content

Commit 7dcc448

Browse files
publisher: remove storeSCT from proto letsencrypt#5380
Fixes letsencrypt#5378
1 parent 4205363 commit 7dcc448

File tree

3 files changed

+17
-29
lines changed

3 files changed

+17
-29
lines changed

ctpolicy/ctpolicy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ func (ctp *CTPolicy) SubmitFinalCert(cert []byte, expiration time.Time) {
206206
LogPublicKey: key,
207207
Der: cert,
208208
Precert: false,
209-
StoreSCT: false,
210209
})
211210
if err != nil {
212211
ctp.log.Warningf("ct submission of final cert to log %q failed: %s", uri, err)

publisher/proto/publisher.pb.go

Lines changed: 17 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

publisher/proto/publisher.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ message Request {
1010
string LogURL = 2;
1111
string LogPublicKey = 3;
1212
bool precert = 4;
13-
bool storeSCT = 5;
1413
}
1514

1615
message Result {

0 commit comments

Comments
 (0)