Manual submission to Certificate Transparency Log

If you want to do it manually,

https://crt.sh/gen-add-chain

Paste the cert, click the button, then POST the outputted JSON file to the log’s /ct/v1/add-chain endpoint using a command such as:

wget --post-file=<json_file> https://ct.googleapis.com/rocketeer/ct/v1/add-chain

Download wget here: http://gnuwin32.sourceforge.net/packages/wget.htm
There’s a list of logs at https://crt.sh/?a=1


Was this answer helpful?

 Print this Article

Also Read

Converting .CRT (X.509) to .P7B (PKCS#7) file format

Windows:    Instrunctions for Microsoft Windows (Symantec Knowlegde Base) Linux: openssl...

SSL Installation under Apache and Tomcat 6.0, Tomcat 7.0,Tomcat 8.0

Tomcat 6.x: https://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html Tomcat...

How can i verify my SSL certification?

Please use the tools from our SSL Tools site which offer you all kinds of SSL checker tools for...

Configuring Apache with SNI support

https://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI

How to export an existing SSL certificate from Windows IIS and reuse it on Linux (convert .PFX to .KEY and .CRT)

1) In Windows, right click on the SSL certificate and export to .PFX 2) On Linux, convert the...