workerd
workerd copied to clipboard
🐛 Bug Report — Runtime APIs: Node Crypto X509Certificate Support
I'm currently using Cloudflare Workers with the Apple App Store Server API. This api uses JWS with X509 verification. In order to parse and verify responses from the server we need to be able to use the nodejs X509Certificate class.
Here's an example of it in use in the app-store-server-api nodejs library: https://github.com/agisboye/app-store-server-api/blob/main/src/Decoding.ts#L79