https://github.com/lupcode/node-lup-acme
Full implementation of the ACME protocol for creating SSL certificates.
https://github.com/lupcode/node-lup-acme
Last synced: 10 months ago
JSON representation
Full implementation of the ACME protocol for creating SSL certificates.
- Host: GitHub
- URL: https://github.com/lupcode/node-lup-acme
- Owner: LupCode
- License: mit
- Created: 2023-07-20T14:37:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T21:15:03.000Z (over 2 years ago)
- Last Synced: 2024-10-16T00:34:07.353Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README




# lup-acme
Full implementation of the ACME protocol for creating SSL certificates.
## Example
```typescript
import { LupACME } from 'lup-acme';
const acme = new LupACME('letsencrypt');
// TODO
```