man/ronin-cert-dump.1 in ronin-2.0.5 vs man/ronin-cert-dump.1 in ronin-2.1.0.rc1
- old
+ new
@@ -1,99 +1,89 @@
-.\" Generated by kramdown-man 0.1.8
+.\" Generated by kramdown-man 1.0.1
.\" https://github.com/postmodern/kramdown-man#readme
.TH ronin-cert-dump 1 "2023-02-01" Ronin "User Manuals"
-.LP
+.SH NAME
+.PP
+ronin\-cert\-dump \- Prints SSL\[sl]TLS certificate information
.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
+.PP
+\fBronin cert\-dump\fR \[lB]\fIoptions\fP\[rB] \[lC]\fIHOST\fP:\fIPORT\fP \[or] \fIURL\fP \[or] \fIFILE\fP\[rC] \.\.\.
.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
+\fBhttps:\[sl]\[sl]\fR URLs, or certificate files\.
.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
+\fB\-f\fR, \fB\-\-file\fR \fIFILE\fP
Optional file to read target values from\.
-.LP
.TP
-\fB-C\fR, \fB--common-name\fR
+\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
+\fB\-A\fR, \fB\-\-subject\-alt\-names\fR
Only prints the \fBsubjectAltName\fRs for each certificate\.
-.LP
.TP
-\fB-E\fR, \fB--extensions\fR
+\fB\-E\fR, \fB\-\-extensions\fR
Also prints the extensions for each certificate\.
-.LP
.TP
-\fB-h\fR, \fB--help\fR
+\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
+.RS 4
+.EX
+\[Do] ronin cert\-dump ssl\.crt
+.EE
+.RE
+.PP
Print the certificate information for a SSL\[sl]TLS service:
-.LP
-.nf
- ronin cert\-dump github\.com:443
-.fi
-.LP
.PP
+.RS 4
+.EX
+\[Do] ronin cert\-dump github\.com:443
+.EE
+.RE
+.PP
Print the certificate information for a URL:
-.LP
-.nf
- ronin cert\-dump https:\[sl]\[sl]github\.com
-.fi
-.LP
.PP
+.RS 4
+.EX
+\[Do] ronin cert\-dump https:\[sl]\[sl]github\.com
+.EE
+.RE
+.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
+.RS 4
+.EX
+\[Do] ronin cert\-dump \-C 93\.184\.216\.34:443
+.EE
+.RE
+.PP
Only print the \fBsubjectAltName\fRs for a SSL\[sl]TLS service:
-.LP
-.nf
- ronin cert\-dump \-A wired\.com:443
-.fi
-.LP
+.PP
+.RS 4
+.EX
+\[Do] ronin cert\-dump \-A wired\.com:443
+.EE
+.RE
.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)
\ No newline at end of file
+.BR ronin\-cert\-grab (1)
+.BR ronin\-cert\-gen (1)