Notes
How to view SSL certificate information in Midnight Commander
echo '
# SSL Certificates
regex/\.(crt|pem)$
View=%view{ascii} openssl x509 -in %f -text -noout
' >> ~/.config/mc/mc.ext
echo '
# SSL Certificates
regex/\.(crt|pem)$
View=%view{ascii} openssl x509 -in %f -text -noout
' >> ~/.config/mc/mc.ext