aboutsummaryrefslogtreecommitdiff
path: root/instance.go
diff options
context:
space:
mode:
Diffstat (limited to 'instance.go')
-rw-r--r--instance.go2
1 files changed, 1 insertions, 1 deletions
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