certificates VS letsdane

Compare certificates vs letsdane 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)

letsdane

đź”’ Let's DANE is an experimental way to enable the use of DANE/TLSA in browsers and other apps using a lightweight proxy. (by buffrr)
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 letsdane
41 6
6,274 109
1.9% -
9.5 3.4
2 days ago 4 months 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/

letsdane

Posts with mentions or reviews of letsdane. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-27.
  • Handshake Privacy VPN and Tor
    1 project | /r/handshake | 8 May 2023
    The easiest way to do this is to use letsdane https://github.com/buffrr/letsdane
  • Handshake/DANE Support For Android
    6 projects | /r/handshake | 27 Oct 2022
    Easiest way would be to deploy LetsDane and then allow a user to set the DoH server for the LetsDane proxy to use: https://github.com/buffrr/letsdane
  • DANE/Fingertip HTTPS Help
    1 project | /r/handshake | 5 Dec 2021
    P.S. Does anyone know why "humbly/" isn't working with HTTPS either? It's the same error that I'm getting. According to https://github.com/buffrr/letsdane, 3b/, letsdane/, proofofconcept/ and humbly/ all have DANE enabled. "humbly" appears to be configured properly (DNSSEC, SSL cert w/ matching TLSA), but I get the same SSL error when trying to resolve with Fingertip. Anybody else??
  • Welcome to Handshake -- https://librarygenesis
    1 project | /r/libgen | 5 Mar 2021
    To securely access an HNS domain using DANE, extra software is required (until we get DANE browser integration!): https://github.com/buffrr/letsdane
  • Differences HNS, ENS, Unstoppable Domains?
    1 project | /r/handshake | 21 Feb 2021
    Yes but you need a HNS resolver, which can also resolve legacy DNS names. So I have hsd installed on a raspberry pi on my home network, and another running on a VPS -- I set all my devices to make DNS requests from those servers. Set once and forget: now I can visit all HNS names as well as every DNS website. There some caveats to this, and the biggest issue is SSL / TLS / https but we have a solution for that as well: https://github.com/buffrr/letsdane All web browsers work fine with HNS names, but until a major browser implements native DANE verification, the middleware proxy is required.

What are some alternatives?

When comparing certificates and letsdane 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.

dnsproxy - Simple DNS proxy with DoH, DoT, DoQ and DNSCrypt support

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

dnscrypt-proxy - dnscrypt-proxy 2 - A flexible DNS proxy, with support for encrypted DNS protocols.

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

beacon - Beacon browser for desktop

cfssl - CFSSL: Cloudflare's PKI and TLS toolkit

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

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

pam-ussh - uber's ssh certificate pam module

dehydrated - letsencrypt/acme client implemented as a shell-script – just add water

keymaster - Short term certificate based identity system (ssh/x509 ca + openidc)

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