Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Allow for OpenSC variants on macOS
See ukf/ukf-meta#221.
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# | ||
# PKCS#11 provider configuration for for OpenSC running under Mac OS X | ||
# | ||
# Note: this configuration assumes that OpenSC has been installed using | ||
# the MacPorts system. | ||
# | ||
# sudo port install opensc | ||
# | ||
# This version installs in /opt/local. | ||
# | ||
# If OpenSC has been installed using the standard installer, use opensc-mac.cfg | ||
# instead. | ||
# | ||
name = OpenSC | ||
library = /opt/local/lib/pkcs11/opensc-pkcs11.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# | ||
# PKCS#11 provider configuration for for OpenSC running under Mac OS X | ||
# | ||
# Note: this configuration assumes that OpenSC has been installed using | ||
# the standard installer as described here: | ||
# | ||
# https://github.com/OpenSC/OpenSC/wiki/macOS-Quick-Start | ||
# | ||
# This version installs in /Library/OpenSC and /usr/local, and | ||
# includes a token driver. | ||
# | ||
# If OpenSC has been installed using MacPorts, use opensc-mac-macports.cfg | ||
# instead. | ||
# | ||
name = OpenSC | ||
library = /Library/OpenSC/lib/pkcs11/opensc-pkcs11.so |