Skip to content

Commit

Permalink
Merge pull request #148 from Et7f3/patch-1
Browse files Browse the repository at this point in the history
PEM certificate is crt/x509 not csr
  • Loading branch information
wofr06 authored Apr 6, 2024
2 parents ccf9412 + fc2b6a5 commit 03c0bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesspipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ filetype () {
*PEM\ certificate\ request)
ftype=csr ;;
*PEM\ certificate)
ftype=csr ;;
ftype=x509 ;;
*Microsoft\ OOXML)
ftype=docx ;;
Apple\ binary\ property\ list)
Expand Down

0 comments on commit 03c0bc4

Please sign in to comment.