Go to file
2016-06-18 15:09:44 +02:00
dist integrate gitlab ci 2016-06-18 15:07:54 +02:00
ts setup nasic structure 2016-06-18 15:00:58 +02:00
.gitignore update deps and README 2016-06-18 14:59:46 +02:00
.gitlab-ci.yml fix branches for ci 2016-06-18 15:09:44 +02:00
LICENSE Initial commit 2016-04-10 01:19:30 +02:00
package.json 0.0.2 2016-06-18 15:08:06 +02:00
README.md update deps and README 2016-06-18 14:59:46 +02:00

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");