Software implementation of a Hardware Security Module (HSM)
SoftHSM is an implementation of a cryptographic store accessible through a PKCS #11 interface. You can use it to explore PKCS #11 without having a Hardware Security Module. SoftHSM Version 2 is using openssl for its cryptographic operations.
SoftHSM is an implementation of a cryptographic store accessible through a PKCS #11 interface. You can use it to explore PKCS #11 without having a Hardware Security Module. SoftHSM Version 2 is using openssl for its cryptographic operations.
To install softhsm, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install softhsm
To see what files were installed by softhsm, run:
port contents softhsm
To later upgrade softhsm, run:
sudo port selfupdate && sudo port upgrade softhsm
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.