mkcert VS traefik-certs-dumper

Compare mkcert vs traefik-certs-dumper and see what are their differences.

mkcert

A simple zero-config tool to make locally trusted development certificates with any names you'd like. (by FiloSottile)

traefik-certs-dumper

Dump ACME data from Traefik to certificates (by ldez)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
mkcert traefik-certs-dumper
131 2
45,716 423
- -
2.7 6.2
10 days ago 16 days ago
Go Go
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mkcert

Posts with mentions or reviews of mkcert. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-11.
  • Mkcert: Simple zero-config tool to make locally trusted development certificates
    1 project | news.ycombinator.com | 26 Apr 2024
  • Mkcert: Simple tool to make locally trusted dev certificates names you'd like
    1 project | news.ycombinator.com | 15 Mar 2024
  • You Can't Follow Me
    7 projects | news.ycombinator.com | 11 Jan 2024
    The author mentions difficulties with HTTPS and trying stuff locally.

    I've had some success with mkcert [1] to easily create certificates trusted by browsers, I can suggest to look into this. You are your own root CA, I think it can work without an internet connection.

    [1] https://github.com/FiloSottile/mkcert/

  • SSL Certificates for Home Network
    1 project | /r/homelab | 7 Dec 2023
  • Simplifying Localhost HTTPS Setup with mkcert and stunnel
    1 project | dev.to | 27 Nov 2023
    Solution: mkcert – Your Zero-Configuration HTTPS Enabler Meet mkcert, a user-friendly, zero-configuration tool designed for creating locally-trusted development certificates. Find it on its GitHub page and follow the instructions tailored for your operating system. For Mac users employing Homebrew, simply execute the following commands in your terminal:
  • 10 reasons you should quit your HTTP client
    5 projects | dev.to | 15 Nov 2023
    Well, Certifi does not ship with your company's certificates! So requesting internal services may come with additional painful extra steps! Also for a local development environment that uses mkcert for example!
  • Show HN: Anchor – developer-friendly private CAs for internal TLS
    4 projects | news.ycombinator.com | 1 Nov 2023
    My project, getlocalcert.net[1] may be the one you're thinking of.

    Since I'm also building in this space, I'll give my perspective. Local certificate generation is complicated. If you spend the time, you can figure it out, but it's begging for a simpler solution. You can use tools like mkcert[2] for anything that's local to your machine. However, if you're already using ACME in production, maybe you'd prefer to use ACME locally? I think that's what Anchor offers, a unified approach.

    There's a couple references in the Anchor blog about solving the distribution problem by building better tooling[3]. I'm eager to learn more, that's a tough nut to crack. My theory for getlocalcert is that the distribution problem is too difficult (for me) to solve, so I layer the tool on top of Let's Encrypt certificates instead. The end result for both tools is a trusted TLS certificate issued via ACME automation.

    1. https://news.ycombinator.com/item?id=36674224

    2. https://github.com/FiloSottile/mkcert

    3. https://blog.anchor.dev/the-acme-gap-introducing-anchor-part...

  • Running one’s own root Certificate Authority in 2023
    12 projects | news.ycombinator.com | 16 Sep 2023
    Looks like step-ca/step-cli [1] and mkcert [2] have been mentioned. Another related tool is XCA [3] - a gui tool to manage CAs and server/client TLS certificates. It takes off some of the tedium in using openssl cli directly. It also stores the certs and keys in an encrypted database. It doesn't solve the problem of getting the root CA certificate into the system store or of hosting the revocation list. I use XCA to create and store the root CA. Intermediate CAs signed with it are passed to other issuers like vault and step-issuer.

    [1] https://smallstep.com/docs/step-ca/

    [2] https://github.com/FiloSottile/mkcert

    [3] https://hohnstaedt.de/xca/

  • Show HN: Local development with .local domains and HTTPS
    5 projects | news.ycombinator.com | 1 Aug 2023
    We use mkcert for this, it works wonderfully.

    https://github.com/FiloSottile/mkcert

  • Implementing TLS in Kubernetes
    13 projects | dev.to | 1 Aug 2023
    mkcert: This is used to obtain a trusted TLS certificate with a custom domain name for your development machine. You can install mkcert on your development machine following the official instructions.

traefik-certs-dumper

Posts with mentions or reviews of traefik-certs-dumper. We have used some of these posts to build our list of alternatives and similar projects.
  • Traefik + vCenter and ZoneMinder
    1 project | /r/Traefik | 28 Jul 2022
    vCenter does TLS itself; a better option would be to let Traefik request the certificate through DNS challenge, and then use something like https://github.com/ldez/traefik-certs-dumper to make the certificate available somewhere for vCenter to use it. Be sure to automate this process, because you'll hate yourself when the certificate expires after 90 days ;)
  • Traefik v2 acme.json to private/pub/keys
    1 project | /r/selfhosted | 16 Feb 2022
    https://github.com/ldez/traefik-certs-dumper should do the trick, not sure about the watching for changes part though.

What are some alternatives?

When comparing mkcert and traefik-certs-dumper you can also consider the following projects:

minica - minica is a small, simple CA intended for use in situations where the CA operator also operates each host where a certificate will be used.

certificates - 🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.

nginx-docker-ssl-proxy - A docker way to access localhost:8081 from https://local.dev

disco-cart - WIP Cartridge and BIOS dumper for the V-Smile

ssl-proxy - :lock: Simple zero-config SSL reverse proxy with real autogenerated certificates (LetsEncrypt, self-signed, provided)

gosumemory - Cross-Platform memory reader for osu!

rootcerts - Go package to embed the Mozilla Included CA Certificate List

rustls - A modern TLS library in Rust

configbump - Simple Kubernetes controller that is able to quickly synchronize a set of config maps (selected using labels) to files on the local filesystem.

uvicorn - An ASGI web server, for Python. 🦄

sharkey - Sharkey is a service for managing certificates for use by OpenSSH