mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-10-08 19:52:53 +02:00
be more verbose what --warnings=batch means (see #1027)
This commit is contained in:
@ -319,7 +319,7 @@ Also the Certification Authority Authorization (CAA) record is displayed.</p>
|
||||
|
||||
<h3 id="OUTPUT-OPTIONS">OUTPUT OPTIONS</h3>
|
||||
|
||||
<p><code>--warnings <batch|off></code> The warnings parameter determines how testssl.sh will deal with situations where user input will normally be necessary. There are a couple of options here. <code>batch</code> doesn't wait for a confirming keypress. This is automatically being chosen for mass testing (<code>--file</code>). <code>-false</code> just skips the warning AND the confirmation. Please note that there are conflicts where testssl.sh will still ask for confirmation. Those are ones which would have a drastic impact on the results.
|
||||
<p><code>--warnings <batch|off></code> The warnings parameter determines how testssl.sh will deal with situations where user input normally will be necessary. There are a couple of options here. <code>batch</code> doesn't wait for a confirming keypress. This is automatically being chosen for mass testing (<code>--file</code>). <code>-false</code> just skips the warning AND the confirmation. Please note that there are conflicts where testssl.sh will still ask for confirmation which are the ones which otherwise would have a drastic impact on the results. Almost any other decision will be made as a best guess by testssl.sh.
|
||||
The same can be achieved by setting the environment variable <code>WARNINGS</code>.</p>
|
||||
|
||||
<p><code>--openssl-timeout <seconds></code> This is especially useful for all connects using openssl and practically useful for mass testing. It avoids the openssl connect to hang for ~2 minutes. The expected parameter <code>seconds</code> instructs testssl.sh to wait before the openssl connect will be terminated. The option is only available if your OS has a timeout binary installed. As there are different implementations of <code>timeout</code>: It automatically calls the binary with the right parameters.</p>
|
||||
@ -555,7 +555,7 @@ to create the hashes for HPKP.</li>
|
||||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>March 2018</li>
|
||||
<li class='tc'>April 2018</li>
|
||||
<li class='tr'>testssl(1)</li>
|
||||
</ol>
|
||||
|
||||
|
Reference in New Issue
Block a user