Skip to content

Commit 69c1a2f

Browse files
committed
need to update hashes needs to be earlier
1 parent 778aab0 commit 69c1a2f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

etc/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ Google Chromium uses basically the trust stores above, see https://www.chromium.
2222

2323
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>``.
2424

25+
IMPORTANT: After updating any of the CA root stores you have to invoke ``./utils/create_ca_hashes.sh`` to update ``~/etc/ca_hashes.txt``.
26+
2527

2628
#### License
2729

@@ -37,7 +39,7 @@ Please note that the licenses of the certificate stores might not be GPLv2 in al
3739
* ``curves-mapping.txt`` contains information about all of the elliptic curves defined by IANA
3840

3941
* ``ca_hashes.txt`` is used for HPKP test in order to have a fast comparison with known CAs. You MUST
40-
use ``~/utils/create_ca_hashes.sh`` for every update
42+
use ``./utils/create_ca_hashes.sh`` for every Root CA store update, see above.
4143

4244
* ``common-primes.txt`` is used for LOGJAM and the PFS section
4345

0 commit comments

Comments
 (0)