A utility to examine and validate certificates in a variety of formats.
Certigo is a utility to examine and validate certificates to help with debugging SSL/TLS issues. It supports all common file formats such as X.509 (DER/PEM), JCEKS, PKCS7 and PKCS12 files, supports STARTTLS protocols, can validate, lint and has scripting support.
Certigo is a utility to examine and validate certificates to help with debugging SSL/TLS issues. It supports all common file formats such as X.509 (DER/PEM), JCEKS, PKCS7 and PKCS12 files, supports STARTTLS protocols, can validate, lint and has scripting support.
To install certigo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install certigo
To see what files were installed by certigo, run:
port contents certigo
To later upgrade certigo, run:
sudo port selfupdate && sudo port upgrade certigo
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.