diff --git a/lesspipe.sh b/lesspipe.sh index 2ccebac..d31cb28 100755 --- a/lesspipe.sh +++ b/lesspipe.sh @@ -98,7 +98,7 @@ filetype () { *PEM\ certificate\ request) ftype=csr ;; *PEM\ certificate) - ftype=csr ;; + ftype=x509 ;; *Microsoft\ OOXML) ftype=docx ;; Apple\ binary\ property\ list)