acme-tiny VS getssl

Compare acme-tiny vs getssl and see what are their differences.

acme-tiny

A tiny script to issue and renew TLS certs from Let's Encrypt (by diafygi)

getssl

obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers. (by srvrco)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
acme-tiny getssl
5 9
4,699 2,035
- 0.7%
0.0 6.8
over 1 year ago 7 days ago
Python Shell
MIT License 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.

acme-tiny

Posts with mentions or reviews of acme-tiny. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-11.

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.

What are some alternatives?

When comparing acme-tiny and getssl you can also consider the following projects:

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

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

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.

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

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

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

acme-dns - Limited DNS server with RESTful HTTP API to handle ACME DNS challenges easily and securely.

uacme - ACMEv2 client written in plain C with minimal dependencies

acme-dns-server - Simple DNS server for serving TXT records written in Python

ssh-tools - Making SSH more convenient

dehydrated-bigip-ansible - Ansible based hooks for dehydrated to enable ACME certificate automation for F5 BIG-IP systems

puppeteer - Node.js API for Chrome