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: src/engage/campaigns/mobile-push/index.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -283,7 +283,7 @@ You just created an Apple Development iOS Push Services certificate, which you c
283
283
3. Choose **Export**.
284
284
4. Save your credential file as `cred.p12`; leave the password blank.
285
285
286
-
You will extract your certificate key and private key from this file — you need these two keys to create a Twilio credential. First, run this command in Terminal:
286
+
You'll extract your certificate key and private key from this file — you need these two keys to create a Twilio credential. First, run this command in Terminal:
`key.pem` is your private key file. Next, run this command to process this key:
@@ -307,7 +306,7 @@ You can now paste your credentials into the modal found in the Twilio Console. M
307
306
> warning ""
308
307
> Once you save a credential, the `CERTIFICATE` and `PRIVATE KEY` fields are hidden for security reasons.
309
308
310
-
After you've pasted your credentials, click **Save**. You should see a SID appear on the new page; copy it to your clipboard, as you'll need it in the next step.
309
+
After you've pasted your credentials, click **Save**. You should see an SID appear on the new page; copy it to your clipboard, as you'll need it in the next step.
311
310
312
311
313
312
### 3d. Configure your Twilio Service to use your APNS credentials
0 commit comments