Skip to content

Commit

Permalink
Copy edit.
Browse files Browse the repository at this point in the history
  • Loading branch information
benubois committed May 27, 2024
1 parent 2cb4c0e commit 4dbc3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ Optionally, you may covert the p12 file to a pem file (this step is optional bec
$ openssl pkcs12 -in cert.p12 -out apple_push_notification_production.pem -nodes -clcerts
```
If you see the error `PKCS12_parse: unsupported` when attempting to create a connection you can re-encrypt your certificate as described here: https://help.heroku.com/88GYDTB2/how-do-i-configure-openssl-to-allow-the-use-of-legacy-cryptographic-algorithms
If you see the error `PKCS12_parse: unsupported`, when attempting to create a connection, you might need to [re-encrypt your certificate](https://help.heroku.com/88GYDTB2/how-do-i-configure-openssl-to-allow-the-use-of-legacy-cryptographic-algorithms).
Expand Down

0 comments on commit 4dbc3be

Please sign in to comment.