Skip to content

Instantly share code, notes, and snippets.

@alexmx
Created February 16, 2016 13:03
Show Gist options
  • Save alexmx/a76395a5843633e07a2c to your computer and use it in GitHub Desktop.
Save alexmx/a76395a5843633e07a2c to your computer and use it in GitHub Desktop.
Update expired WWDR certificate
security delete-certificate -c "Apple Worldwide Developer Relations Certification Authority" ~/Library/Keychains/login.keychain
sudo security delete-certificate -c "Apple Worldwide Developer Relations Certification Authority" /Library/Keychains/System.keychain
curl -O -L http://developer.apple.com/certificationauthority/AppleWWDRCA.cer
security import AppleWWDRCA.cer -k ~/Library/Keychains/login.keychain -A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment