Posted on 03-05-2023 04:46 AM
Hello,
I want users to get notified "popup" 1 month before Yubikey Cert will expire.
Note: Cert is in the plugged device not in Keychain.
Am using EA to show expiry date:
#!/bin/sh
Expire=$(/Applications/YubiKey\ Manager.app/Contents/MacOS/ykman piv info | grep after | awk '{print $3}')
echo "<result>$Expire</result>"
Any idea?
Posted on 03-05-2023 10:37 AM