adminJun 12, 20211 min readGenerate JSON Web Token from a PKCS#12 X509CertificateFollowing from my previous post Generate JSON Web Key from a PKCS#12 X509Certificate, here is how to sign a JSON Web Token (JWT) using...
adminJun 5, 20212 min readGenerate JSON Web Key from a PKCS#12 X509CertificateIn my recent project, we needed to generate JSON Web Key (JWK) containing the public key of an X509Certificate using RSA256 signing...