Skip to content

Commit

Permalink
add -legacy option to openssl command
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar8345 committed Jan 22, 2024
1 parent 941e224 commit 097b60f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ For the sake of making this guide simple we located the files at `/home/ubuntu/m
```
- Extract the private key from the certificate you exported ..
```sh
$ openssl pkcs12 -in Certificates.p12 -out aps_production_priv.pem -nodes -clcerts -passin pass:
$ openssl pkcs12 -in Certificates.p12 -out aps_production_priv.pem -nodes -clcerts -passin pass: -legacy
```
- Verify the certificate works with apple
```sh
Expand Down

0 comments on commit 097b60f

Please sign in to comment.