Skip to content

Commit dbcdbc8

Browse files
authored
Small fixes
1 parent e7f52b0 commit dbcdbc8

File tree

1 file changed

+2
-3
lines changed
  • src/engage/campaigns/mobile-push

1 file changed

+2
-3
lines changed

src/engage/campaigns/mobile-push/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ You just created an Apple Development iOS Push Services certificate, which you c
283283
3. Choose **Export**.
284284
4. Save your credential file as `cred.p12`; leave the password blank.
285285
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:
287287
288288
```zsh
289289
openssl pkcs12 -in cred.p12 -nokeys -out cert.pem -nodes
@@ -293,7 +293,6 @@ openssl pkcs12 -in cred.p12 -nokeys -out cert.pem -nodes
293293

294294
```zsh
295295
openssl pkcs12 -in cred.p12 -nocerts -out key.pem -nodes
296-
297296
```
298297

299298
`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
307306
> warning ""
308307
> Once you save a credential, the `CERTIFICATE` and `PRIVATE KEY` fields are hidden for security reasons.
309308
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.
311310

312311

313312
### 3d. Configure your Twilio Service to use your APNS credentials

0 commit comments

Comments
 (0)