Using X509Certificate

Is there any way to parse and verify certificates in workers? It seems like it's unsupported in
node_compat
, but my only other solution is to host a NodeJS server, only for parsing certificate signed JWT tokens.
Was this page helpful?