getssl VS uacme

Compare getssl vs uacme and see what are their differences.

getssl

obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers. (by srvrco)
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
getssl uacme
9 7
2,036 417
0.3% -
7.0 4.7
14 days ago about 1 month ago
Shell C
GNU General Public License v3.0 only GNU General Public License v3.0 only
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.

getssl

Posts with mentions or reviews of getssl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-30.
  • Why Certificate Lifecycle Automation Matters
    4 projects | news.ycombinator.com | 30 Jan 2024
    A 'competitor' to this would be GetSSL which is a pure-shell ACME client (plus OpenSSL and cURL) and can be executed on one host, but send verification tokens to remote systems (where you may not have cron access):

    > Get certificates for remote servers - The tokens used to provide validation of domain ownership, and the certificates themselves can be automatically copied to remote servers (via ssh, sftp or ftp for tokens). The script doesn't need to run on the server itself. This can be useful if you don't have access to run such scripts on the server itself, as it's a shared server for example.

    * https://github.com/srvrco/getssl

  • why should we use ssl certificates for our self-hosted services in our internal network?
    1 project | /r/selfhosted | 24 Apr 2023
    I first got by with self signed certificates, but with all the major browsers warning they'll stop supporting those eventually I finally bit the bullet last month and installed getssl to automatically update all my certificates once a month.
  • letsencrypt with noip free domain?
    2 projects | /r/selfhosted | 10 Apr 2023
    because I didn't want to install another package manager (snapd) on my Ubuntu 18.04 server I checked the ACME Client Implementations page and decided to try getssl, a nice little shell script that does everything I need and then some.
  • Running certbot container on schedule without cron?
    1 project | /r/homelab | 26 Mar 2023
    I just have a dedicated container that runs getssl everyday. Anything that has a web interface (Or anything that requires TLS) gets it's own conf file that gets added to the daily check. Each conf file tells getssl how to load the certificate for its particular service.
  • LetsEncrypt / CertBot without snapd?
    1 project | /r/letsencrypt | 10 Nov 2022
    I have been using https://github.com/srvrco/getssl for years on my raspberry pi. It's a much simpler Bash script that doesn't break after every update.
  • Uacme: ACMEv2 client written in plain C with minimal dependencies
    12 projects | news.ycombinator.com | 21 Aug 2022
  • Any reason NOT to use Debian-provided Certbot?
    1 project | /r/letsencrypt | 21 May 2022
  • Old files keep appearing bug
    1 project | /r/docker | 6 Feb 2022
    i have a problem where after installing getssl (https://github.com/srvrco/getssl) to /root/.getssl i populated it's contents with bunch of SSL files using Dockerfile's COPY command. And now no matter what i do they keep reappearing.
  • Should you use Let's Encrypt for internal hostnames?
    8 projects | news.ycombinator.com | 5 Jan 2022
    > acme.sh

    Another shell-based ACME client I like is dehyradted. But for sending certs to remote systems from one central area, perhaps the shell-based GetSSL:

    > Obtain SSL certificates from the letsencrypt.org ACME server. Suitable for automating the process on remote servers.

    * https://github.com/srvrco/getssl

    In general, what you may want to do is configure Ansible/Puppet/etc, and have your ACME client drop the new cert in a particular area and have your configuration management system push things out from there.

uacme

Posts with mentions or reviews of uacme. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-19.
  • Dehydrated: Letsencrypt/acme client implemented as a shell-script
    11 projects | news.ycombinator.com | 19 Apr 2024
  • Uacme: ACMEv2 client written in plain C with minimal dependencies
    1 project | /r/patient_hackernews | 21 Aug 2022
    1 project | /r/hackernews | 21 Aug 2022
    1 project | /r/hypeurls | 21 Aug 2022
    12 projects | news.ycombinator.com | 21 Aug 2022
  • Retrospective and Technical Details on the Recent Firefox Outage
    1 project | news.ycombinator.com | 2 Feb 2022
    > So you're saying telemetry should be handled as a separate process that has nothing to do with the rest of the browser, and treated like a hostile service? [... T]his was a dumb bug and it is completely unreasonable to expect some kind of adversarial design "just in case a freak bug triggers on telemetry network requests".

    I absolutely agree that this a dumb bug having little to nothing to do with telemetry. It is not even the first case-sensitivity HTTP/3 bug I’m personally encountering in the course of completely casual use[1].

    At the same time, you know what? I’m glad you suggested this, because I certainly didn’t think of it. Yes, in an ideal world, telemetry absolutely should be a separate process (or thread, or at least not share an event loop—a separate “hang domain”, a vat[2] if you want). And so should everything off the critical path.

    I’m not saying Firefox is bad for doing it differently. I’m saying it’s silly that Firefox is forced to play OS to such an extent because the actual one isn’t up to its demands.

    [1] https://github.com/ndilieto/uacme/pull/11

    [2] http://www.erights.org/elib/concurrency/vat.html

  • Who should consider using BSD over Linux and why?
    1 project | /r/BSD | 29 Jul 2021
    Hmm .... not sure i'd necessarily say that's where i'm coming from. i'd be happy with a mix'n'match OS if most of the individual components were created and maintained with thought and care. (As distinct from e.g. "Over the last couple of weekends I learned Rust, and here's my first full program, an encrypted chat server. Enjoy!") Like, SQLite is not maintained by the OpenBSD project, but i believe it's generally considered to be a high-quality codebase. And i recently started using uacme on my server; i don't feel competent enough in C to comment directly on the quality of the codebase, but this and this indicate to me that the author has a clue (and in fact, i feel confident that they have far more of a clue than i do).

What are some alternatives?

When comparing getssl and uacme you can also consider the following projects:

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

acme.sh - A pure Unix shell script implementing ACME client protocol

cli - 🧰 A zero trust swiss army knife for working with X509, OAuth, JWT, OATH OTP, etc.

win-acme - A simple ACME client for Windows (for use with Let's Encrypt et al.)

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

letsencrypt - Certbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.

puppeteer - Node.js API for Chrome

Posh-ACME - PowerShell module and ACME client to create certificates from Let's Encrypt (or other ACME CA)

acme-tiny - A tiny script to issue and renew TLS certs from Let's Encrypt

certify - Professional ACME Client for Windows. Certificate Management UI, powered by Let's Encrypt and compatible with all ACME v2 CAs. Download from certifytheweb.com

ssh-tools - Making SSH more convenient

acme-companion - Automated ACME SSL certificate generation for nginx-proxy