Created
May 5, 2022 22:24
-
-
Save omarzl/7c372774201c05ccffd05fb09202f207 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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