Sha256: 550c9a6a271b78911aeddb168a35a0ca226326b707090480c0204c800386b21d

Contents?: true

Size: 1.5 KB

Versions: 2

Compression:

Stored size: 1.5 KB

Contents

# ronin-cert-dump 1 "2023-02-01" Ronin "User Manuals"

## NAME

ronin-cert-dump - Prints SSL/TLS certificate information

## SYNOPSIS

`ronin cert-dump` [*options*] {*HOST*:*PORT* \| *URL* \| *FILE*} ...

## DESCRIPTION

Prints SSL/TLS certificate information for one or more SSL/TLS services,
`https://` URLs, or certificate files.

## ARGUMENTS

*HOST*:*PORT*
: A remote TCP service to retrieve the SSL/TLS certificate from and print.

*URL*
: An URL to retrieve the SSL/TLS certificate from and print.

*FILE*
: A SSL/TLS certificate file to print.

## OPTIONS

`-f`, `--file` *FILE*
: Optional file to read target values from.

`-C`, `--common-name`
: Only prints the Common Name (CN) for each certificate.

`-A`, `--subject-alt-names`
: Only prints the `subjectAltName`s for each certificate.

`-E`, `--extensions`
: Also prints the extensions for each certificate.

`-h`, `--help`
: Print help information.

## EXAMPLES

Print the certificate information for the cert file:

    $ ronin cert-dump ssl.crt

Print the certificate information for a SSL/TLS service:

    $ ronin cert-dump github.com:443

Print the certificate information for a URL:

    $ ronin cert-dump https://github.com

Only print the Common Name (CN) for a SSL/TLS service:

    $ ronin cert-dump -C 93.184.216.34:443

Only print the `subjectAltName`s for a SSL/TLS service:

    $ ronin cert-dump -A wired.com:443

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

[ronin-cert-grab](ronin-cert-grab.1.md) [ronin-cert-gen](ronin-cert-gen.1.md)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ronin-2.1.0 man/ronin-cert-dump.1.md
ronin-2.1.0.rc1 man/ronin-cert-dump.1.md