Skip to content

Commit 899b4ef

Browse files
authored
Update docs with new WWDR cert info
1 parent edef6e1 commit 899b4ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ You need to repeat this step for each different `passTypeId` you have in your `p
5353
4. Run the following command: `openssl pkcs12 -in Certificates.p12 -out PassCert.pem`.
5454
5. Your pass certificate is now stored in `PassCert.pem`!
5555

56-
You'll also need to download the Apple Worldwide Developer Relations Root Certificate Authority file to sign passes.
56+
You'll also need to download the Apple Worldwide Developer Relations Intermediate Certificate - G4 file to sign passes.
5757

58-
1. Download the [certificate from here](https://developer.apple.com/certificationauthority/AppleWWDRCA.cer).
58+
1. Download the [intermediate certificate from here](https://www.apple.com/certificateauthority/AppleWWDRCAG4.cer).
5959
2. Import it into Keychain Access (double click it).
6060
3. Find it in Keychain Access, and export it as a .pem file.
6161
4. Set the `PassSigner`'s WWDR URL to it in your code.
@@ -78,6 +78,6 @@ This project is licensed under the [MIT license](/LICENSE). Please make sure you
7878

7979
## Links
8080

81-
- [My website](https://www.madebyayden.co)
81+
- [My website](https://ayden.dev)
8282
- [GitHub](https://www.github.com/aydenp/PassEncoder)
8383
- [Documentation](https://aydenp.github.io/PassEncoder/)

0 commit comments

Comments
 (0)