caleb
caleb
DDeno
Created by caleb on 2/9/2024 in #help
Verify AWS SNS signature with PEM certificate
This ^ but I had to extract the public key from the cert using https://deno.land/x/jose@v5.2.1/index.ts, export that to public key string, then do this ^ but removing BEGIN PUBLIC KEY and END PUBLIC KEY, and then doing crypto.subtle.importKey() on that
3 replies