diff --git a/README.md b/README.md index 33073fb..d7b581f 100644 --- a/README.md +++ b/README.md @@ -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).