Skip to content

Instantly share code, notes, and snippets.

@omarzl
Created May 5, 2022 22:24
Show Gist options
  • Save omarzl/7c372774201c05ccffd05fb09202f207 to your computer and use it in GitHub Desktop.
Save omarzl/7c372774201c05ccffd05fb09202f207 to your computer and use it in GitHub Desktop.
# Worldwide Developer Relations Certificate - G3 (Expiring 02/20/2030 00:00:00 UTC)
apple_cert_name=AppleWWDRCAG3.cer
# Cert url taken from: https://www.apple.com/certificateauthority
wget https://www.apple.com/certificateauthority/$apple_cert_name
# Cert installation to system keychain
echo $LOGIN_PASSWORD | sudo -S security import $apple_cert_name -k $SYSTEM_KEYCHAIN -A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment