Skip to content

Commit 60b384f

Browse files
committed
Update kit documents
1 parent 21c4199 commit 60b384f

4 files changed

Lines changed: 180 additions & 99 deletions

File tree

ssl_check_chain.1

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
.\" ========================================================================
130130
.\"
131131
.IX Title "SSL_CHECK_CHAIN 1"
132-
.TH SSL_CHECK_CHAIN 1 "21-Jan-2023" "" "Certificate Tools"
132+
.TH SSL_CHECK_CHAIN 1 "08-Mar-2025" "" "Certificate Tools"
133133
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
134134
.\" way too many mistakes in technical documents.
135135
.if n .ad l
@@ -141,10 +141,11 @@ ssl_check_chain \- check the certificate chain for hosts
141141
.IX Header "SYNOPSIS"
142142
ssl_check_chain [options] [host[:port] ...] [file:FILE] [@file...]
143143
.PP
144-
.Vb 10
144+
.Vb 11
145145
\& Options:
146146
\& \-\-CAfile=file Specify bundle file of trusted CA certificates for verification
147147
\& \-\-CApath=dir Specify a hashed directory containing trusted CA certificates for verification.
148+
\& \-\-ipversion=n Restrict connection to IP version 4 or 6
148149
\& \-\-starttls=proto Specify that STARTTLS should be used in the connection.
149150
\& \-\-timeout=secs Specify timeout for TLS connections
150151
\& \-\-tlsversion=ver Specify the version TLS to connect with
@@ -167,6 +168,9 @@ If not specified, the environment variables \s-1SSL_CERT_FILE\s0 and \s-1CURL_CA
167168
Specify a directory containing hashed links to one or more trusted \s-1CA\s0 certificates to verify the host's certificate chain.
168169
.Sp
169170
If not specified, the environment variable \s-1SSL_CERT_DIR\s0 will be tried. If it is not set, OpenSSL's default will be used.
171+
.IP "\fB\-\-ipversion\fR\-\fI4|6\fR \fB\-i\fR" 8
172+
.IX Item "--ipversion-4|6 -i"
173+
Allows connection to only use the specified \s-1IP\s0 version.
170174
.IP "\fB\-\-starttls\fR=\fIprotocol\fR \fB\-s\fR" 8
171175
.IX Item "--starttls=protocol -s"
172176
Specifies that \s-1STARTTLS\s0 is required to make the \s-1TLS\s0 connection.
@@ -239,7 +243,7 @@ event that the project moves, contact the author directly.
239243
Timothe Litt <litt@acm.org>
240244
.SH "COPYRIGHT and LICENSE"
241245
.IX Header "COPYRIGHT and LICENSE"
242-
Copyright (c) 2021 Timothe Litt
246+
Copyright (c) 2021\-2025 Timothe Litt
243247
.PP
244248
Permission is hereby granted, free of charge, to any person obtaining a
245249
copy of this software and associated documentation files (the \*(L"Software\*(R"),

ssl_check_chain.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ssl\_check\_chain \[options\] \[host\[:port\] ...\] \[file:FILE\] \[@file...\]
99
Options:
1010
--CAfile=file Specify bundle file of trusted CA certificates for verification
1111
--CApath=dir Specify a hashed directory containing trusted CA certificates for verification.
12+
--ipversion=n Restrict connection to IP version 4 or 6
1213
--starttls=proto Specify that STARTTLS should be used in the connection.
1314
--timeout=secs Specify timeout for TLS connections
1415
--tlsversion=ver Specify the version TLS to connect with
@@ -34,6 +35,10 @@ for compatibility with `ssl_info`
3435

3536
If not specified, the environment variable SSL\_CERT\_DIR will be tried. If it is not set, OpenSSL's default will be used.
3637

38+
- **--ipversion**-_4|6_ **-i**
39+
40+
Allows connection to only use the specified IP version.
41+
3742
- **--starttls**=_protocol_ **-s**
3843

3944
Specifies that STARTTLS is required to make the TLS connection.
@@ -116,7 +121,7 @@ Timothe Litt &lt;litt@acm.org>
116121

117122
# COPYRIGHT and LICENSE
118123

119-
Copyright (c) 2021 Timothe Litt
124+
Copyright (c) 2021-2025 Timothe Litt
120125

121126
Permission is hereby granted, free of charge, to any person obtaining a
122127
copy of this software and associated documentation files (the "Software"),

0 commit comments

Comments
 (0)