Skip to content

Commit

Permalink
display all certs in a pem file
Browse files Browse the repository at this point in the history
  • Loading branch information
wofr06 committed Sep 24, 2024
1 parent 35aa015 commit f8b9674
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
****************************************************************************
# ChangeLog for lesspipe.sh #
****************************************************************************
- display all certificates in pem files, not only the 1st one
- do not exit if called from other programs (man, git, perldoc)
- improve option processing in bat
- change (again) order of programs to process man pages
- force unicode/utf8 for html2text
Version 2.14 Aug 16 2024
- allow for colorizing dotfiles
Expand Down
2 changes: 1 addition & 1 deletion lesspipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ isfinal () {
djvu)
has_cmd djvutxt && cmd=(djvutxt "$1") ;;
x509|crl)
has_cmd openssl && cmd=(istemp "openssl $x -hash -text -noout -in" "$1") ;;
has_cmd openssl && cmd=(istemp "openssl storeutl -text -noout" "$1") ;;
csr)
has_cmd openssl && cmd=(istemp "openssl req -text -noout -in" "$1") ;;
pgp)
Expand Down

0 comments on commit f8b9674

Please sign in to comment.