From aa9189a05fa548bbad80af42a84027a6e9c40737 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Fri, 27 Nov 2020 19:49:24 +0100 Subject: added buildChainFromDerList tests --- instance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instance.go') diff --git a/instance.go b/instance.go index 6732698..510c7ae 100644 --- a/instance.go +++ b/instance.go @@ -92,7 +92,7 @@ func NewLogParameters(treeId int64, prefix string, anchorPath, keyPath string, m MaxChain: maxChain, AnchorPool: anchorPool, AnchorList: anchorList, - KeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageAny}, + KeyUsage: []x509.ExtKeyUsage{}, // placeholder, must be tested if used Signer: key, HashType: crypto.SHA256, }, nil -- cgit v1.2.3