version 1.40.130 release
[feisty_meow.git] / scripts / security / show_all_cert_chains.sh
index 1fe4125b13691c05b0935fa137ca6aa8725cfdeb..f36415a0eeb7ff2d75cfba83552aec7776c2587f 100644 (file)
@@ -1,5 +1,10 @@
 #!/bin/bash
 
+# displays every certificate in a PEM file that has a whole certificate chain.
+# this is surprisingly annoying to get anything to output, so we codified it.
+
+# by chris koeritz
+
 file="$1"; shift
 if [ -z "$file" -o ! -f "$file" ]; then
   echo This script requires a PEM-format file name to show the certificates within.