You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
go run client.go -ca_address="http://localhost:8080" - This command is failing with the below error
command-line-arguments
./client.go:279:3: unknown field 'QualifyingData' in struct literal of type attest.KeyConfig
./client.go:298:26: client.AcceptWithPayload undefined (type acme.Client has no field or method AcceptWithPayload)
Please suggest if there is any configuration is missing.
The text was updated successfully, but these errors were encountered:
go run client.go -ca_address="http://localhost:8080" - This command is failing with the below error
command-line-arguments
./client.go:279:3: unknown field 'QualifyingData' in struct literal of type attest.KeyConfig
./client.go:298:26: client.AcceptWithPayload undefined (type acme.Client has no field or method AcceptWithPayload)
Please suggest if there is any configuration is missing.
The text was updated successfully, but these errors were encountered: