opensc: add pkcs11 caveats (#48487)
This commit is contained in:
parent
fc56f8f72a
commit
b66cf05707
1 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,13 @@ class Opensc < Formula
|
|||
system "make", "install"
|
||||
end
|
||||
|
||||
def caveats; <<~EOS
|
||||
The OpenSSH PKCS11 smartcard integration will not work from High Sierra
|
||||
onwards. If you need this functionality, unlink this formula, then install
|
||||
the OpenSC cask.
|
||||
EOS
|
||||
end
|
||||
|
||||
test do
|
||||
assert_match version.to_s, shell_output("#{bin}/opensc-tool -i")
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue