certificates VS keymaster

Compare certificates vs keymaster and see what are their differences.

certificates

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

keymaster

Short term certificate based identity system (ssh/x509 ca + openidc) (by Cloud-Foundations)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
certificates keymaster
41 7
6,274 116
1.9% 1.7%
9.5 7.3
2 days ago 10 days ago
Go Go
Apache License 2.0 Apache License 2.0
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.

certificates

Posts with mentions or reviews of certificates. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-04.
  • Special-Use Domain 'Home.arpa.'
    1 project | news.ycombinator.com | 4 Jun 2024
    I've been doing this for a while with SmallStep CA: https://github.com/smallstep/certificates

    It's a bit of a pain to load a cert onto every device (easier with stuff like Ansible if you have a bunch of linux devices), but manageable. And it lets me do proper trusted TLS for a lot of stuff that would otherwise be self-signed.

    One thing I recommend is to add X509v3 Name Constraints extensions to your root CA if you go down this path. It prevents the CA from being abused to MITM you for other URLS (at least for browsers/clients that respect names constraints)

    ```

  • You shouldn't run NSA-grade Wi-Fi at home
    4 projects | news.ycombinator.com | 4 Jan 2024
    You can roll your own with https://github.com/smallstep/certificates. We maintain major open source projects and contribute a lot to other projects. I don’t think that means everything we do has to be open source. Sorry this one wasn’t. Doing this in pure open source would be a book, not a blog post.

    Love Let’s Encrypt — we’re sponsors — but using them for WiFi is a terrible idea. You need internal PKI for WiFi.

  • Running one’s own root Certificate Authority in 2023
    12 projects | news.ycombinator.com | 16 Sep 2023
  • Distributing ACME Let'sEncrypt certs for homelab
    1 project | /r/homelab | 5 Jul 2023
    letsencrypt was always about moving the public internet off of http, it doesn't really make sense to use it throughout your internal network. but if you really want TLS and ACME for auto renewal, other solutions are available: https://github.com/smallstep/certificates
  • SSH With SSO
    3 projects | /r/selfhosted | 2 Jul 2023
    You could try step-ca: https://github.com/smallstep/certificates. There’s an OIDC provisioner for SSO and you can sign (short-lived) SSH certificates with it.
  • Web application to manage self-signed certificate authorities/certificates/keys
    3 projects | /r/selfhosted | 24 Jun 2023
    You could also check out out Step CA: https://github.com/smallstep/certificates and the accompanying CLI. It has an ACME server and other methods for requesting certificates. It can work/integrate with your existing root(s), too.
  • Selfhosted CA tutorial
    3 projects | /r/selfhosted | 14 May 2023
  • ACME setup. Domain required?
    2 projects | /r/PFSENSE | 13 Apr 2023
    This is a lot more complicated setup but it works for me. I run a private CA called step-ca from smallstep and it provides CA and ACME endpoint. I use a .home domain. The trick is the validation for non-http devices which is typically the DNS-01 challenge. For this, I have unbound in pfsense setup to work with acme-dns so I can keep everything internal. Again its complicated but if your learning cyber security it might help get a handle on all things TLS. Btw way behind the scenes I think the ACME plugin is really just running acme.sh bash script which is really good. Final reminder as other have stated. Private CA is great but you need to distro the roots and intermediates out to your clients for trust. If all your trying to do is have an https web gui for pfsense from one device its pretty easy.
  • A convert from Judaism to Catholicism goes to r/Catholicism to ask if it would be appropriate to pass down a century old Jewish prayer shawl to his son. Not everyone is welcoming.
    1 project | /r/SubredditDrama | 11 Mar 2023
    Just a little heads up https://smallstep.com/certificates/
  • Looking for an open source certificate management solution.
    2 projects | /r/HomeServer | 23 Feb 2023
    Step-ca: Not web based, but the CLI is pretty user friendly: https://smallstep.com/certificates/

keymaster

Posts with mentions or reviews of keymaster. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-03.
  • How about Hashi Boundary instead of a VPN?
    2 projects | /r/selfhosted | 3 Oct 2021
  • Ask HN: What are some tools / libraries you built yourself?
    264 projects | news.ycombinator.com | 16 May 2021
    Also became a fun learning experience about terminals.

    https://github.com/ThomasHabets/cmdg

    I wanted to use GMail from a fast cli that used the native gmail API.

    https://github.com/ThomasHabets/rslurp

    I wanted to download concurrently and according to patterns. Ok, so honestly this one probably exists somewhere in a form that I would like, but I couldn't find it.

    https://github.com/ThomasHabets/sim

    I wanted multi-party authorization for sudo, and couldn't find one.

    https://github.com/ThomasHabets/monotonic_clock

    People kept using gettimeofday, so this is part of my compaign against it. (see https://blog.habets.se/2010/09/gettimeofday-should-never-be-...)

    https://github.com/ThomasHabets/gtping

    I worked in mobile core networks, and wanted a "ping" that used the GTP protocol since that won't be firewalled.

    https://github.com/ThomasHabets/ind

    I wanted my bash scripts to have automatic indentation, while not sacrificing buffering latency and such.

    https://github.com/ThomasHabets/tlscheck

    I wanted a simple tool to audit my TLS certificates for expiry.

    https://github.com/google/huproxy

    I was travelling to China on vacation and wanted a VPN out that would be unlikely to be blocked by the great firewall. Ok, so there are many VPN-like tools for getting through the GFW. Maybe it was just an excuse for me to write it. Honestly ssh -D would have likely worked just fine. It's being used by the keymaster project now though, so maybe it did something right: https://github.com/Cloud-Foundations/keymaster/blob/master/d...

    https://github.com/google/tcpauth

    I wanted to lock down SSH to anyone who doesn't have a secret key (and portknocking is usually ridiculous). Why not use TCP MD5 for it? https://github.com/google/tcpauth

  • self hosted pki solutions?
    1 project | /r/selfhosted | 9 Mar 2021
    Keymaster works great for users. Can issue user x509 and ssh certs. DNS challenge for server certs. I use Traefik for that.
  • Self hosted 2FA service ?
    6 projects | /r/selfhosted | 12 Jan 2021
    -- This! I use this with Keymaster. Works very well.
  • Alternative to Termius?
    1 project | /r/selfhosted | 6 Jan 2021
    I'm a fan of signed / temporary keys. Check out https://github.com/Cloud-Foundations/keymaster
  • Why SSH certificates are awesome
    7 projects | dev.to | 3 Nov 2020
    Documentation

What are some alternatives?

When comparing certificates and keymaster you can also consider the following projects:

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

Gravitational Teleport - The easiest, and most secure way to access and protect all of your infrastructure.

boulder - An ACME-based certificate authority, written in Go.

gutenberg - A fast static site generator in a single binary with everything built-in. https://www.getzola.org

omgwtfssl - SSL certificate generation for developers who don't TLS good

vouch-proxy - an SSO and OAuth / OIDC login solution for Nginx using the auth_request module

cfssl - CFSSL: Cloudflare's PKI and TLS toolkit

Pomerium - Pomerium is an identity and context-aware reverse proxy for zero-trust access to web applications and services.

easy-rsa - easy-rsa - Simple shell based CA utility

bless - Repository for BLESS, an SSH Certificate Authority that runs as a AWS Lambda function

traefik-certs-dumper - Dump ACME data from Traefik to certificates

teleport - A WebXR teleport for three.js

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured