The Yubico PIV tool is used for interacting with the Privilege and Identification Card (PIV) application on a YubiKey. With it you may generate keys on the device, importing keys and certificates, and create certificate requests, and other operations. A shared library and a command-line tool is included.
The Yubico PIV tool is used for interacting with the Privilege and Identification Card (PIV) application on a YubiKey. With it you may generate keys on the device, importing keys and certificates, and create certificate requests, and other operations. A shared library and a command-line tool is included.
To install yubico-piv-tool, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install yubico-piv-tool
To see what files were installed by yubico-piv-tool, run:
port contents yubico-piv-tool
To later upgrade yubico-piv-tool, run:
sudo port selfupdate && sudo port upgrade yubico-piv-tool
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.