[PR #256] Add cert-depot to Tools section #1143

Open
opened 2026-04-18 17:34:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sobolevn/awesome-cryptography/pull/256
Author: @dimastopel
Created: 4/12/2026
Status: 🔄 Open

Base: masterHead: add-cert-depot


📝 Commits (1)

  • a59e1e8 Add cert-depot to Tools section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Add cert-depot — a free, open-source self-signed SSL/TLS certificate generator.

  • Written in Go, ships as a single binary with no external dependencies
  • Uses Go's native crypto/x509 (no OpenSSL)
  • Keys are generated in memory and streamed directly to the user — nothing is stored on the server
  • Supports RSA 2048/4096, ECDSA P-256/P-384, Subject Alternative Names
  • ZIP (PEM) and PFX (PKCS#12) output
  • MIT licensed

Live instance: https://cert-depot.com


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sobolevn/awesome-cryptography/pull/256 **Author:** [@dimastopel](https://github.com/dimastopel) **Created:** 4/12/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-cert-depot` --- ### 📝 Commits (1) - [`a59e1e8`](https://github.com/sobolevn/awesome-cryptography/commit/a59e1e86f81794bd83cb7e1311a742ba07ea25c3) Add cert-depot to Tools section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Add [cert-depot](https://github.com/dimastopel/certdepot) — a free, open-source self-signed SSL/TLS certificate generator. - Written in Go, ships as a single binary with no external dependencies - Uses Go's native crypto/x509 (no OpenSSL) - Keys are generated in memory and streamed directly to the user — nothing is stored on the server - Supports RSA 2048/4096, ECDSA P-256/P-384, Subject Alternative Names - ZIP (PEM) and PFX (PKCS#12) output - MIT licensed Live instance: https://cert-depot.com --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-18 17:34:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-cryptography#1143