CIS-Settings
CIS-Settings copied to clipboard
TODO: 5.18 Install an approved tokend for smartcard authentication
I wonder if this can be done with security authorizationdb
?
man security | grep smart
Enable, disable or list disabled smartcard tokens.
-l List disabled smartcard tokens.
-e token Enable smartcard token.
-d token Disable smartcard token.
security smartcards token -l
security smartcards token -d com.apple.CryptoTokenKit.pivtoken
security smartcards token -e com.apple.CryptoTokenKit.pivtoken
I've never worked with SmartCards so not sure how to implement, or even test, really.