mtls-cli
mtls-cli copied to clipboard
Replace sys calls with python-nss
Instead of using sys calls (where possible) it would be nice to move this to use python-nss.
This has proven to be difficult due to a few issues within the implementation on python-nss and where it's requiring shared object files to live. Some research needs to be done to fix those issues, or re-compile python-nss to not expect those shared object files to live within the context it's expecting (/path/to/nssdb/<>.so) and instead use the ones already installed on the OS.