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)
commit9016640b9936f7cdda0cca03be46e0c85ec3ae9c
tree94ff3775d8edd4bf52c169e9bc0cf647c7213fb8
parentaee373a2055b910d673559cd60225104ee20e898
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]