SelfCertForge, manage root CAs and self-signed certs on macOS/Windows
Hi, HN! I recently published SelfCertForge, an open source desktop app for creating and managing self-signed certificates on macOS and Windows: https://github.com/rbonestell/SelfCertForge/ I know, I know... this isn't an earth-shattering invention. This came from a place of years of personal annoyance. I’ve been maintaining scripts that wrapped OpenSSL for local certificate workflows: create a long-lived root cert, add it to the trust store, then generate and sign child certificates for local services. The scripts work but the workflow was clunky. Used infrequently…
What it does
In the maker’s words, at launch
Hi, HN! I recently published SelfCertForge, an open source desktop app for creating and managing self-signed certificates on macOS and Windows: https://github.com/rbonestell/SelfCertForge/ I know, I know... this isn't an earth-shattering invention. This came from a place of years of personal annoyance. I’ve been maintaining scripts that wrapped OpenSSL for local certificate workflows: create a long-lived root cert, add it to the trust store, then generate and sign child certificates for local services. The scripts work but the workflow was clunky. Used infrequently enough that it's easy to forget the flags, not much easier to explain to anyone than OpenSSL itself, and irritating to repeat across machines. Every time I'd share them with colleagues and friends there were always questions and feature requests, so I used Claude Code to amplify my UI/UX design skills (well, I can't amplify 0...) and turned the functionality into a cross-platform GUI. SelfCertForge can generate root CAs and add them to the system's trust store, generate and sign child certificates, and export DER, PEM, PFX, and P7B formats. It also supports common X.509 fields like Subject, SANs, and Key Usage. Very important caveat: this is not suitable for production environments or public-facing SSL/TLS.
Does a similar job
all alternatives →- MVMkcert – Valid HTTPS certificates for localhost2019 · blog.filippo.io · ▲839
- IMI made a script to generate self-signed SSL certs for local development2018 · github.com · ▲107

- TCTinyCert – Certificates as a service2014 · tinycert.org · ▲46
- CACaman – A self-signing certificate authority manager2015 · github.com · ▲26

More dev tools this month
the category →



The first open-source price index for GPU compute
Dev tools · 10d ago · getcomputable.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 30d ago · gtmcofounder.com
Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com