Error initializing SignedEntityVerifier
using WithSignedCertificateTimestamps
option
#83
Labels
bug
Something isn't working
Description
I received the following error message while initializing a SignedEntityVerifier to use with the Public Good instance: "when initializing a new SignedEntityVerifier, you must specify at least one of WithObserverTimestamps(), WithSignedTimestamps(), WithIntegratedTimestamps(), or WithoutAnyObserverTimestampsInsecure()".
The example in the verify doc uses the
verify.WithSignedCertificateTimestamps
option when initializing a newSignedEntityVerifier
for use with Public Good. I tried using this option withverify.NewSignedEntityVerifier
but I get the same error. Reading through the verifier code, it looks like the code does not check for this option when validating options used withNewSignedEntityVerifier
. Should I be using a different option?Version
v0.1.0
The text was updated successfully, but these errors were encountered: