displays every cert in the trust chain in PEM file
authorChris Koeritz <fred@gruntose.com>
Thu, 1 Apr 2021 17:47:26 +0000 (13:47 -0400)
committerChris Koeritz <fred@gruntose.com>
Thu, 1 Apr 2021 17:47:26 +0000 (13:47 -0400)
commit0888e17075876d8ce7c9556bec1986872da65200
tree94ff3775d8edd4bf52c169e9bc0cf647c7213fb8
parent293521412aeab61bac544e50808e887d6ca23b62
displays every cert in the trust chain in PEM file

supposedly can take a PEM file with the trust chain components (i.e.
certificates) in any order, since one cannot count on the order they are
found in.  have not tested this, but it did display well for the one
file i needed to see all the certs in.
scripts/security/show_all_cert_chains.sh [new file with mode: 0644]