google / certificate-transparency

Auditing for TLS certificates.
https://certificate.transparency.dev
Apache License 2.0
869 stars 283 forks source link

A Error when i am try build. #1479

Closed ghost closed 4 years ago

ghost commented 4 years ago

When I input the command "gclient sync --disable-syntax-validation", gclient prompts the following error: gclient.py: error: no such option: --disable-syntax-validation

ghost commented 4 years ago

Why is there no "--disable-syntax-validation" parameter for the gclient sync command?

Martin2112 commented 4 years ago

Hi,

This code is no longer being actively worked on. There is a new implementation of CT at:

https://github.com/google/certificate-transparency-go

ghost commented 4 years ago

Okay. Thank for your help. I will try it.