Skip to content

Provides client and server implementations of ACME (RFC 8555) in TypeScript. It enables you to build solutions that provide complete and robust certificate lifecycle management.

License

PeculiarVentures/acme-ts

Repository files navigation

ts-acme

Provides client and server implementations of ACME (RFC 8555) in TypeScript. It enables you to build solutions that provide complete and robust certificate lifecycle management.

Develop

Lerna

Install

Install Lerna

npm install -g lerna

Install Yarn

npm install -g yarn

Initialization

yarn

Create packages

lerna create name-project

Dependency manage

Install module/project in all projects

lerna add name-module-or-project

Install module/project in one project

lerna add name-module-or-project --scope=@peculiar/acme-client

To remove a module from project, you must delete an entry in the package.json

build only changed packages

lerna run build --since name-branch

About

Provides client and server implementations of ACME (RFC 8555) in TypeScript. It enables you to build solutions that provide complete and robust certificate lifecycle management.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •