keymaster
keymaster copied to clipboard
Environment variables
So there appears to have been a blog on this project at some point, but its 404 now :( . That being said I guess there may have been more detailed information on what your app expects for these two environment variables
PUBLIC_SIGNING_KEY -- Your public key to verify the signature on the client side (gatekeeper.rb) PRIVATE_SIGNING_KEY -- Your private key for signing the server responses.
Can you maybe provide some more detail I need to do w/ these ?
Yeah, I realized the keys weren't well documented when I started updating the app the other day. I'll add more details to the README for it.