A TypeScript-based ACME client with an easy yet powerful interface for LetsEncrypt certificate management.
Go to file
2020-02-19 19:17:58 +00:00
.vscode fix(core): update 2020-02-10 11:15:47 +00:00
test BREAKING CHANGE(core): streamline scope to certificate retrieval using dns challenge 2020-02-10 20:13:06 +00:00
ts fix(core): update 2020-02-19 19:17:58 +00:00
.gitignore fix(core): update 2020-02-10 11:15:47 +00:00
.gitlab-ci.yml fix(core): update 2020-02-10 11:15:47 +00:00
.npmignore update validation 2017-01-22 21:50:04 +01:00
.snyk fix(core): update 2018-08-12 21:45:21 +02:00
LICENSE switch to acme core 2016-11-11 14:17:50 +01:00
npmextra.json fix(core): update 2020-02-10 11:15:47 +00:00
package-lock.json 3.0.3 2020-02-19 18:48:50 +00:00
package.json 3.0.3 2020-02-19 18:48:50 +00:00
qenv.yml fix(core): update 2019-01-08 20:45:35 +01:00
README.md update 2019-02-06 09:47:33 +01:00
tsconfig.json fix(core): update 2019-01-08 20:45:35 +01:00
tslint.json fix(core): update 2019-01-04 23:30:37 +01:00

@pushrocks/smartuniverse

acme with an easy yet powerful interface in TypeScript

Status for master

build status coverage report npm downloads per month Known Vulnerabilities TypeScript node JavaScript Style Guide

Usage

Use TypeScript for best in class instellisense.

import { SmartAcme } from 'smartacme';

let smac = new SmartAcme()

// TODO

For further information read the linked docs at the top of this readme.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer