Skip to content

Commit

Permalink
capitalize first letter in Apple
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar8345 committed Jan 22, 2024
1 parent 097b60f commit fcff0d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ For the sake of making this guide simple we located the files at `/home/ubuntu/m
```sh
$ openssl pkcs12 -in Certificates.p12 -out aps_production_priv.pem -nodes -clcerts -passin pass: -legacy
```
- Verify the certificate works with apple
- Verify the certificate works with Apple
```sh
$ openssl s_client -connect gateway.push.apple.com:2195 -cert aps_production.pem -key aps_production_priv.pem
```
Expand Down

0 comments on commit fcff0d4

Please sign in to comment.