mirror of
https://github.com/drwetter/testssl.sh.git
synced 2026-06-23 08:47:38 +02:00
Auto-generate docs from testssl.1.md [skip ci]
This commit is contained in:
+263
-252
File diff suppressed because it is too large
Load Diff
+9
-10
@@ -43,7 +43,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h2 id="name">NAME</h2>
|
<h2 id="name">NAME</h2>
|
||||||
<p>testssl.sh – check encryption of SSL/TLS servers</p>
|
<p>testssl.sh – check TLS/SSL encryption of servers</p>
|
||||||
<h2 id="synopsis">SYNOPSIS</h2>
|
<h2 id="synopsis">SYNOPSIS</h2>
|
||||||
<p><code>testssl.sh [OPTIONS] <URI></code>,
|
<p><code>testssl.sh [OPTIONS] <URI></code>,
|
||||||
<code>testssl.sh [OPTIONS] --file <FILE></code></p>
|
<code>testssl.sh [OPTIONS] --file <FILE></code></p>
|
||||||
@@ -921,11 +921,11 @@
|
|||||||
and when this is set to true, it generates a separate text file
|
and when this is set to true, it generates a separate text file
|
||||||
with epoch times in <code>/tmp/testssl-<XX>.time</code>.
|
with epoch times in <code>/tmp/testssl-<XX>.time</code>.
|
||||||
They need to be concatenated by
|
They need to be concatenated by
|
||||||
<code>paste /tmp/testssl-<XX>.{time,log}</code> <!---
|
<code>paste /tmp/testssl-<XX>.{time,log}</code>
|
||||||
* FAST_SOCKET
|
<!—</li>
|
||||||
* SHOW_SIGALGO
|
<li>FAST_SOCKET</li>
|
||||||
* FAST
|
<li>SHOW_SIGALGO</li>
|
||||||
--></li>
|
<li>FAST –></li>
|
||||||
<li>EXPERIMENTAL=true is an option which is sometimes used in
|
<li>EXPERIMENTAL=true is an option which is sometimes used in
|
||||||
the development process to make testing easier. In released
|
the development process to make testing easier. In released
|
||||||
versions this has no effect.</li>
|
versions this has no effect.</li>
|
||||||
@@ -965,10 +965,9 @@
|
|||||||
may be made larger on systems with faster processors.</li>
|
may be made larger on systems with faster processors.</li>
|
||||||
<li>MAX_WAIT_TEST is the maximum time (in seconds) to wait for a
|
<li>MAX_WAIT_TEST is the maximum time (in seconds) to wait for a
|
||||||
single test in parallel mass testing mode to complete. The
|
single test in parallel mass testing mode to complete. The
|
||||||
default is 1200. <!---
|
default is 1200. <!—</li>
|
||||||
* USLEEP_SND
|
<li>USLEEP_SND</li>
|
||||||
* USLEEP_REC
|
<li>USLEEP_REC –></li>
|
||||||
--></li>
|
|
||||||
<li>HSTS_MIN is preset to 179 (days). If you want warnings
|
<li>HSTS_MIN is preset to 179 (days). If you want warnings
|
||||||
sooner or later for HTTP Strict Transport Security you can
|
sooner or later for HTTP Strict Transport Security you can
|
||||||
change this.</li>
|
change this.</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user