I rewrote my 2012 self-signed cert generator in Go – cert-depot.com
Back in 2012 I built https://cert-depot.com as a weekend project. Node.js + Express + jQuery, shelling out to OpenSSL for certificate generation. It worked but I eventually let it rot. https://news.ycombinator.com/item?id=4766743 Rewrote it from scratch in Go. The entire thing is a single binary with no external dependencies: 1. Certificate generation uses Go's crypto/x509 (no OpenSSL) 2. Certificates are generated in memory and streamed directly — nothing is stored on the server 3. RSA 2048/4096 and ECDSA P-256/P-384 4. Subject Alternative Names…
What it does
In the maker’s words, at launch
Back in 2012 I built https://cert-depot.com as a weekend project. Node.js + Express + jQuery, shelling out to OpenSSL for certificate generation. It worked but I eventually let it rot. https://news.ycombinator.com/item?id=4766743 Rewrote it from scratch in Go. The entire thing is a single binary with no external dependencies: 1. Certificate generation uses Go's crypto/x509 (no OpenSSL) 2. Certificates are generated in memory and streamed directly — nothing is stored on the server 3. RSA 2048/4096 and ECDSA P-256/P-384 4. Subject Alternative Names (required by browsers since Chrome 58) 5. ZIP (PEM files) or PFX/PKCS#12 output You comments / suggestions / bug reports are very welcome. Thanks. Source: https://github.com/dimastopel/certdepot
Does the same job
all alternatives →- IMI made a script to generate self-signed SSL certs for local development2018 · github.com · ▲107
- MVMkcert – Valid HTTPS certificates for localhost2019 · blog.filippo.io · ▲839

- GSGenerate self-signed certs in browser2014 · indutny.github.io · ▲13
- CSCertStream – See SSL certs as they're issued in real time2017 · certstream.calidog.io · ▲142
- MSMy side project that grew - cheap SSL certificates2013 · getssl.me · ▲36
More work this month
the category →


The app store for voice native apps that lives in your notch
Work · 29d ago · voiceos.com

Launched alongside, April 2026
the whole month →
- AG
Thought the resources for GPU arch were lacking, so here we are
Life & fun · Apr 2026 · jaso1024.com
- IB
Built a ~9M param LLM from scratch to understand how they actually work. Vanilla transformer, 60K synthetic conversations, ~130 lines of PyTorch. Trains in 5 min on a free Colab T4. The fish thinks the meaning of life is food. Fork it and swap the personality for your own character.
AI · Apr 2026 · github.com

- BC
Life & fun · Apr 2026 · sam-burns.com
- IB
With social media and now AI, its important to keep the indie web alive. There are many people who write frequently. Blogosphere tries to highlight them by fetching the recent posts from personal blogs across many categories. There are two versions: Minimal (HN-inspired, fast, static): https://text.blogosphere.app/ Non-minimal: https://blogosphere.app/ If you don't find your blog (or your favorite ones), please add them. I will review and approve it.
AI · Apr 2026 · text.blogosphere.app