Skip to main content

Letsencrypt Certificate

@stack72/letsencrypt-certificatev2026.03.04.1· 2mo agoMODELS
01README

A model to manage the lifecycle of a LetsEncrypt certificate

02Models1
@stack72/letsencrypt-certificatev2026.03.05.1letsencrypt_certificate.ts

Global Arguments

ArgumentTypeDescription
domainstringPrimary domain for the certificate
altNamesarrayAdditional Subject Alternative Names
emailstringContact email for ACME account
stagingbooleanUse 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