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:
For more interesting tutorials & guides just check them HERE.
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:
For more interesting tutorials & guides just check them HERE.