Read information crt file

Problem: you need to read the content of a .crt file legibly

Solution: just execute next command:

openssl x509 -in <name-certificate>.crt -text -noout

Source: documentation

For more interesting tutorials & guides just check them HERE.

Leave a Reply

Your email address will not be published. Required fields are marked *