What is this for? To get a list of all the SSL certificates that have been issued for a particular domain. Usage import { getCertificates } from "https://esm.town/v/agmm/sslCertificates";
const results = await getCertificates("agmm.xyz");
console.log(results)