You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: todo-notes
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,13 @@ iOS Info Releasing
15
15
The following steps need to be done if the certificate in AppStoreConnect (ASC) expires.
16
16
1) Generate the certificate from ASC. The certificate in ASC created by certificate signing request created locally. This means that the certificate generated will be have the local private key.
17
17
2) After generation download the certificate and install it locally. The certificate should show your own private key.
18
-
3) Export this private key without any password. For CodeMagic build this private key needs to be created in plain text format using the command "openssl pkcs12 -in IOS_DISTRIBUTION.p12 -nodes -nocerts | openssl rsa -out ios_distribution_private_key". The .p12 file here is created by exporting the private key.
18
+
3) Export this private key without any password. For CodeMagic build this private key needs to be created in plain text format using the command "openssl pkcs12 -in IOS_DISTRIBUTION.p12 -nodes -nocerts | openssl rsa -out ios_distribution_private_key". The .p12 file here is created by exporting the private key from KeyChain.
19
19
4) Set this in CodeMagic env var.
20
20
21
+
For APP_STORE_CONNECT_KEY_IDENTIFIER, APP_STORE_CONNECT_ISSUER_ID, APP_STORE_CONNECT_PRIVATE_KEY
0 commit comments