Platform-independent tool for Authenticode signing of PE(EXE/SYS/DLL/etc), CAB and MSI files - uses OpenSSL and libcurl. It also supports timestamping (Authenticode and RFC3161).
Platform-independent tool for Authenticode signing of PE(EXE/SYS/DLL/etc), CAB and MSI files - uses OpenSSL and libcurl. It also supports timestamping (Authenticode and RFC3161).
To install osslsigncode, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install osslsigncode
To see what files were installed by osslsigncode, run:
port contents osslsigncode
To later upgrade osslsigncode, run:
sudo port selfupdate && sudo port upgrade osslsigncode
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.