Public
Like
1
sslCertificates
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
To get a list of all the SSL certificates that have been issued for a particular domain.
import { getCertificates } from "https://esm.town/v/agmm/sslCertificates";
const results = await getCertificates("agmm.xyz");
console.log(results)