From 134f7e1cb59b7c1bd4f2eadfebe7f65da1264988 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Fri, 23 Oct 2020 18:37:37 +0200 Subject: added start on get-anchors code path --- server/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/main.go b/server/main.go index f52433b..53df7ee 100644 --- a/server/main.go +++ b/server/main.go @@ -48,7 +48,7 @@ func main() { glog.Infof("%v", cert_pool.Subjects()) glog.Info("Creating STFE server instance") - stfe_server := stfe.NewInstance(*prefix, *trillianID, trillian.NewTrillianLogClient(conn), *rpcDeadline, new(ctutil.SystemTimeSource), anchors) + stfe_server := stfe.NewInstance(*prefix, *trillianID, trillian.NewTrillianLogClient(conn), *rpcDeadline, new(ctutil.SystemTimeSource), anchors, *cert_pool) stfe_server.AddEndpoints(mux) glog.Infof("Serving on %v%v", *httpEndpoint, *prefix) -- cgit v1.2.3