Update documentation (ADDITIONAL_CA_FILES -> ADDTL_CA_FILES)

which happened in d44a643fab in
testssl.sh .

This fixes it in the related files. See also #1581
This commit is contained in:
Dirk Wetter
2020-04-23 11:20:46 +02:00
parent 591edb9300
commit a9ab2bcd91
5 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@ The certificate trust stores were retrieved from
Google Chromium uses basically the trust stores above, see https://www.chromium.org/Home/chromium-security/root-ca-policy.
If you want to check trust against e.g. a company internal CA you need to use ``./testssl.sh --add-ca companyCA1.pem,companyCA2.pem <further_cmds>`` or ``ADDITIONAL_CA_FILES=companyCA1.pem,companyCA2.pem ./testssl.sh <further_cmds>``.
If you want to check trust against e.g. a company internal CA you need to use ``./testssl.sh --add-ca companyCA1.pem,companyCA2.pem <further_cmds>`` or ``ADDTL_CA_FILES=companyCA1.pem,companyCA2.pem ./testssl.sh <further_cmds>``.
#### Further files