Is there a way to get a server's SSL certificate's public information with Deno?
This is available in Node with
getPeerCertificate() but not in Deno's Node compatibility layer - is there an equivalent I'm missing?