Author: glen Date: Sat Mar 5 16:38:27 2005 GMT Module: SOURCES Tag: HEAD ---- Log message: - textual display of .crt files
---- Files affected: SOURCES: lesspipe.sh (1.15 -> 1.16) ---- Diffs: ================================================================ Index: SOURCES/lesspipe.sh diff -u SOURCES/lesspipe.sh:1.15 SOURCES/lesspipe.sh:1.16 --- SOURCES/lesspipe.sh:1.15 Thu Feb 10 00:08:12 2005 +++ SOURCES/lesspipe.sh Sat Mar 5 17:38:22 2005 @@ -39,6 +39,7 @@ # SSL CERTS *.csr) openssl req -noout -text -in "$1" ;; *.crl) openssl crl -noout -text -in "$1" ;; + *.crt) openssl x509 -noout -text -in "$1" ;; *.1|*.2|*.3|*.4|*.5|*.6|*.7|*.8|*.9|*.l|*.n|*.man) FILE=`file -L "$1"` ; # groff src FILE=`echo $FILE | cut -d ' ' -f 2` if [ "$FILE" = "troff" ]; then ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SOURCES/lesspipe.sh?r1=1.15&r2=1.16&f=u _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit