Almost a year ago we implemented 802.1x wifi authentication NOT using Active Directory certs. The certificates all issue properly and work just fine with our WiFi authentication.
After we deployed the profiles and issued certs, I made sure this was set:
sudo defaults write /Library/Preferences/com.apple.mdmclient AutoRenewCertificatesEnabled -bool YESNow that we are approaching the 1 year expiration of some of the first Macs to test this, we are expecting their certs to automatically renew, but they are not. I have a Mac with a computer cert expiration of Feb 9 - well within the default 14 day window for renewing - but it isn't renewing. Keychain Access still indicates that it expires Feb 9. There are no duplicate certs that would indicate a renewal. The Profiles system preferences does not have a renew or update button for the 802.1x profile. Here is what happens when I try to renew it manually with the profiles command:
profiles -verbose renew -type configuration -identifier CORRECT-PROFILE-IDENTIFIER-STRING
profiles: verbose mode ON
profiles: invalid option -- b
profiles: error: unknown argument passed in
fail
profiles: invalid option -- t
profiles: error: unknown argument passed in
fail
profiles: invalid option -- y
profiles: error: unknown argument passed in
fail
profiles: invalid option -- n
profiles: error: unknown argument passed in
fail
profiles: invalid option -- t
profiles: error: unknown argument passed in
fail
Error: You must provide an action. Use 'profiles help' for help, or use the man page.
profiles: returned error: 6
failI've looked through the man and help page but I cannot figure this out. The earliest cert expiration is Feb 9, with a handful of testers shortly after that, then the general population. I'm running out of time. Does anyone have any tips on figuring this out?
