Tag: Recent Questions – Stack Overflow

How to create JWKs endpoint with pre existing base64 p12 keystore in Nodejs

I am working to create JWKs endpoint for a Nodejs application which can be used by another application to access public key. I only have access to base64 encoded keystore (.p12) and password in application source code. Found related solutions using node-jose library but everywhere either a new keystore was generated or keystore was imported […]