#1 quality TLS certs while you wait, for the discerning tester
trustme is a tiny Python package that does one thing: it gives you a fake certificate authority (CA) that you can use to generate fake TLS certs to use in your tests.
trustme is a tiny Python package that does one thing: it gives you a fake certificate authority (CA) that you can use to generate fake TLS certs to use in your tests.
To install py310-trustme, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-trustme
To see what files were installed by py310-trustme, run:
port contents py310-trustme
To later upgrade py310-trustme, run:
sudo port selfupdate && sudo port upgrade py310-trustme
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.