npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-sectigo

v1.0.8

Published

n8n community node for Sectigo Certificate Manager - SSL, S/MIME, and Device certificate lifecycle management

Readme

n8n-nodes-sectigo

An n8n community node for Sectigo Certificate Manager — enterprise PKI for managing SSL/TLS, S/MIME, and device certificate lifecycles.

n8n is a fair-code licensed workflow automation platform.

Features

  • SSL Certificate Lifecycle — Enroll, approve, collect, renew, replace, revoke, and delete SSL/TLS certificates
  • S/MIME Certificate Management — Enroll, renew, and revoke client email certificates by order, serial, or email address
  • Device Certificate Management — Full lifecycle management for device/IoT certificates
  • Organization Lookup — List organizations and filter by admin role
  • Domain Management — List, create, activate, and delete domains

Supported Resources & Operations

SSL Certificate

| Operation | Description | |-----------|-------------| | List | List SSL certificates with optional filters (status, common name, org) | | Get | Get a certificate by ID | | Enroll | Request a new SSL certificate (CSR-based) | | Collect / Download | Download an issued certificate in your chosen format | | Approve | Approve a pending certificate request | | Decline | Decline a pending certificate request | | Revoke | Revoke a certificate with a reason code | | Renew | Renew a certificate by ID | | Replace | Replace a certificate with a new CSR | | Delete | Delete a certificate record | | List Types | List available certificate profiles |

S/MIME Certificate

| Operation | Description | |-----------|-------------| | List | List S/MIME certificates with optional filters | | Get by Email | Get all certificates for an email address | | Enroll | Issue a new S/MIME certificate | | Revoke | Revoke by order number | | Revoke by Serial | Revoke by serial number | | Revoke by Email | Revoke all certificates for an email address | | Renew | Renew by order number | | List Types | List available S/MIME certificate profiles |

Device Certificate

| Operation | Description | |-----------|-------------| | List | List device certificates with optional filters | | Get | Get a device certificate by ID | | Enroll | Request a new device certificate | | Collect / Download | Download an issued device certificate | | Approve | Approve a pending device certificate request | | Decline | Decline a pending device certificate request | | Revoke | Revoke a device certificate | | Renew | Renew a device certificate | | List Types | List available device certificate profiles |

Organization

| Operation | Description | |-----------|-------------| | List | List all organizations (and departments) | | List by Role | List organizations filtered by admin role |

Domain

| Operation | Description | |-----------|-------------| | List | List domains with optional filters (name, status, org) | | Create | Register a new domain | | Activate | Activate an existing domain | | Delete | Delete a domain |

Installation

Follow the n8n community nodes installation guide.

In your n8n instance, go to Settings > Community Nodes and install:

n8n-nodes-sectigo

Credentials

Configure a Sectigo Certificate Manager API credential with:

| Field | Description | |-------|-------------| | Base URL | Your Sectigo instance URL (e.g., https://cert-manager.com) | | Login | Your Sectigo login name | | Password | Your Sectigo password | | Customer URI | Your customer URI identifier | | Verify SSL Certificate | Disable for self-signed or internal certificates |

Credentials are sent as HTTP headers on every request — no session or token management is required.

Certificate Collection Formats

The Collect / Download operation supports the following formats:

| Format | Description | |--------|-------------| | base64 | Base64-encoded X.509 (default) | | x509 | X.509 PEM | | x509CO | X.509 with chain (server cert only) | | x509IO | X.509 with intermediate | | x509IOR | X.509 with intermediate and root | | pem | PEM format | | pemco | PEM with chain | | pemia | PEM with intermediate | | bin | Binary DER | | pkcs12 | PKCS#12 bundle |

Revocation Reason Codes

| Code | Meaning | |------|---------| | 0 | Unspecified | | 1 | Key Compromise | | 3 | Affiliation Changed | | 4 | Superseded | | 5 | Cessation of Operation |

Resources

License

MIT