Letsencrypt Certificate
@stack72/letsencrypt-certificatev2026.03.04.1
01README
A model to manage the lifecycle of a LetsEncrypt certificate
02Models
@stack72/letsencrypt-certificatev2026.03.05.1letsencrypt_certificate.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| domain | string | Primary domain for the certificate |
| altNames | array | Additional Subject Alternative Names |
| string | Contact email for ACME account | |
| staging | boolean | Use Let's Encrypt staging environment |
fn create()
Register ACME account, request certificate via DNS-01 challenge, store cert + key
fn status()
Check certificate expiry and renewal status
fn renew()
Renew certificate using existing ACME account
fn revoke()
Revoke the current certificate
Resources
account(infinite)— ACME account URL and key
certificate(infinite)— TLS certificate, chain, and private key
03Stats
Downloads
4,832
Archive size
115.1 KB
Not yet scored.
A score will be generated the next time this extension is published. The owner can also trigger scoring manually.
04Platforms