frigus02 / wfps2023-starter

2 stars 7 forks source link

Fix private key path #20

Closed leonsenft closed 1 year ago

leonsenft commented 1 year ago

This updates the path used to import the private key to match the path used to store the private key in the instructions: .env.private-key.pem.

leonsenft commented 1 year ago

Disregard, I realized the key must be in PKCS#8 format, so I guess the path is correct, and it's the instructions that lacked a detail.

[universal-github-app-jwt] Private Key is in PKCS#1 format, but only PKCS#8 is supported.