The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ct-submit - Query the Certificate Transparency logs

SYNOPSIS

ct-submit [options]

    Options:
        --help
        --pem cert1,cert2,...
        --extbuf /path/to/CT.sct
        --individual /path/to/sct/

OPTIONS

--help

Show help message

--pem certificate.crt

Input certificates. Start with the server certificate and continue to the root. Can be specified multiple times. Note that the root certificate is not required.

--extbuf /path/to/CT.sct

Output file - all responses from log queries will be concatenated into a ready to use extension data.

--individual /path/to/sct/

Output folder - all responses from log queries will be save in individual .sct files inside this folder

DESCRIPTION

Query the Certificate Transparency logs for specified certificates and retrieve Signed Certificate Timestamps.