This repository has been archived on 2025-08-08 . You can view files and clone it, but cannot push or open issues or pull requests.
dad659e2ed4a65f311471287b2ee2d2ef6f5a3fd
Cert
Easily obain SSL certificates from LetsEncrypt. Supports DNS-01 challenge. TypeScript ready.
Usage
import {Cert} from "cert";
myCert = new Cert({
cfEmail = "some@cloudflare.email",
cfKey = "someCloudflareApiKey",
outputPath = "someOutputPath" // NOTE: if you already have certificates, make sure you put them in here, so cert only requires the missing ones
});
myCert.getDomainCert("example.com");
Description
Languages
TypeScript
100%