Sha256: c5728ed213ed4a866a257c5d47f013fbfe21cdd784077bf2a0b7b02de61ab34e

Contents?: true

Size: 1.85 KB

Versions: 5

Compression:

Stored size: 1.85 KB

Contents

.\" Generated by kramdown-man 0.1.8
.\" https://github.com/postmodern/kramdown-man#readme
.TH ronin-cert-dump 1 "2023-02-01" Ronin "User Manuals"
.LP
.SH SYNOPSIS
.LP
.HP
\fBronin cert-dump\fR \[lB]\fIoptions\fP\[rB] \[lC]\fIHOST\fP:\fIPORT\fP \[or] \fIURL\fP \[or] \fIFILE\fP\[rC] \.\.\.
.LP
.SH DESCRIPTION
.LP
.PP
Prints SSL\[sl]TLS certificate information for one or more SSL\[sl]TLS services,
\fBhttps://\fR URLs, or certificate files\.
.LP
.SH ARGUMENTS
.LP
.TP
\fIHOST\fP:\fIPORT\fP
A remote TCP service to retrieve the SSL\[sl]TLS certificate from and print\.
.LP
.TP
\fIURL\fP
An URL to retrieve the SSL\[sl]TLS certificate from and print\.
.LP
.TP
\fIFILE\fP
A SSL\[sl]TLS certificate file to print\.
.LP
.SH OPTIONS
.LP
.TP
\fB-f\fR, \fB--file\fR \fIFILE\fP
Optional file to read target values from\.
.LP
.TP
\fB-C\fR, \fB--common-name\fR
Only prints the Common Name (CN) for each certificate\.
.LP
.TP
\fB-A\fR, \fB--subject-alt-names\fR
Only prints the \fBsubjectAltName\fRs for each certificate\.
.LP
.TP
\fB-E\fR, \fB--extensions\fR
Also prints the extensions for each certificate\.
.LP
.TP
\fB-h\fR, \fB--help\fR
Print help information\.
.LP
.SH EXAMPLES
.LP
.PP
Print the certificate information for the cert file:
.LP
.nf
    ronin cert\-dump ssl\.crt
.fi
.LP
.PP
Print the certificate information for a SSL\[sl]TLS service:
.LP
.nf
    ronin cert\-dump github\.com:443
.fi
.LP
.PP
Print the certificate information for a URL:
.LP
.nf
    ronin cert\-dump https:\[sl]\[sl]github\.com
.fi
.LP
.PP
Only print the Common Name (CN) for a SSL\[sl]TLS service:
.LP
.nf
    ronin cert\-dump \-C 93\.184\.216\.34:443
.fi
.LP
.PP
Only print the \fBsubjectAltName\fRs for a SSL\[sl]TLS service:
.LP
.nf
    ronin cert\-dump \-A wired\.com:443
.fi
.LP
.SH AUTHOR
.LP
.PP
Postmodern 
.MT postmodern\.mod3\[at]gmail\.com
.ME
.LP
.SH SEE ALSO
.LP
.PP
ronin\-cert\-grab(1) ronin\-cert\-gen(1)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ronin-2.0.5 man/ronin-cert-dump.1
ronin-2.0.4 man/ronin-cert-dump.1
ronin-2.0.3 man/ronin-cert-dump.1
ronin-2.0.2 man/ronin-cert-dump.1
ronin-2.0.1 man/ronin-cert-dump.1