letsencrypt / ct-woodpecker

A tool to monitor a certificate transparency log for operational problems
Mozilla Public License 2.0
182 stars 19 forks source link

Cert submitter errors serializing SCTs to storage #46

Closed cpu closed 6 years ago

cpu commented 6 years ago

When the certSubmitter has storage configured it tries to serialize the SCT from cert submissions to store in the storage: https://github.com/letsencrypt/ct-woodpecker/blob/6313966519044023cdf4ff6ef75cebf442b06094/monitor/cert_submitter.go#L219

Because the sct passed to cttls.Marshal is a pointer this produces an error:

ct-woodpecker 2018/07/22 11:07:26 !!! Error serializing SCT: tls: structure error: unsupported type: *ct.SignedCertificateTimestamp of kind ptr