New JWK_TO_PEM and PEM_TO_JWK functions
FormulasWe have introduced two new functions:
JWK_TO_PEMconverts a JSON Web Key to Privacy Enhanced Mail (PEM) formatPEM_TO_JWKconverts a PEM-encoded key or X.509 certificate to JWK format
See the docs for JWK_TO_PEM and PEM_TO_JWK for more information.