Shell Letsencrypt

Open-source Shell projects categorized as Letsencrypt

Top 23 Shell Letsencrypt Projects

  • acme.sh

    A pure Unix shell script implementing ACME client protocol

  • Project mention: Setting up a Homelab: Part 1 Proxmox and LetsEncrypt | dev.to | 2024-04-26

    A self-signed certificate was generated and used by Proxmox which will always generate a warning on the browser. I did not like seeing this when trying to work on my home lab. So, I started looking for ways to put a valid SSL certificate in Proxmox. During my research, I found that Proxmox could be made to integrate with acme.sh; a free SSL certificate generator powered by ACME(Let's Encrypt).

  • acme-companion

    Automated ACME SSL certificate generation for nginx-proxy

  • Project mention: Wireguard (docker-compose) has stopped being able to connect to the internet. | /r/WireGuard | 2023-07-10

    My hunch is that because I decided to include the acme-companion image in this nginx setup, that maybe it has something to do with the SSL certs? The only other thing I could think of is that I had to combine the networks in order for nginx-proxy and Sonarr both to be able to see my transmission instance via:

  • 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.

    InfluxDB logo
  • dehydrated

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

  • Project mention: Dehydrated: Letsencrypt/acme client implemented as a shell-script | news.ycombinator.com | 2024-04-19

    From this commit:

    https://github.com/dehydrated-io/dehydrated/commit/b116e6bc2...

  • nginx-proxy-automation

    Automated docker nginx proxy integrated with letsencrypt.

  • Project mention: Manage a multiple websites server with Docker, Treafik and auto SSL certificates | dev.to | 2024-05-12

    Since 2020, I manage a server to host all my fun side projects on it, but it turns out, it became a server to host multiple Wordpress for a couple of clients. At the beginning, I used Docker coupled with Nginx as reverse proxy. However, I migrated to Treafik as Reverse proxy because:

  • getssl

    obtain free SSL certificates from letsencrypt ACME server Suitable for automating the process on remote servers.

  • Project mention: Why Certificate Lifecycle Automation Matters | news.ycombinator.com | 2024-01-30

    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

  • IKEv2-setup

    Set up Ubuntu Server 20.04 (or 18.04) as an IKEv2 VPN server

  • dokku-letsencrypt

    Automatic Let's Encrypt TLS Certificate installation for dokku

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • docker-nginx-certbot

    Automatically create and renew website certificates for free using the Let's Encrypt certificate authority.

  • docker-compose-nas

    Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support

  • Project mention: 'Impossible' to create AI tools like ChatGPT without copyrighted material, OpenA | news.ycombinator.com | 2024-01-08

    What do you mean "made up"?

    The Arrs suite is definitely a thing, as are the other tools I talk about.

    There's a reference docker that automates this whole toolchain https://github.com/AdrienPoupa/docker-compose-nas

    WHats nice is that Prowlarr will scrape all the torrent sites for goodies to index, and your users in jellyfin can just request, and it just shows up.

    You can even have a discord channel and the tools will announce when stuff's done.

    Piracy is 10000x better than paying for continually worsening streaming (pile of shit).

  • slickstack

    Lightning-fast WordPress on Nginx

  • Project mention: Slick­Stack – Fast WordPress on Nginx | news.ycombinator.com | 2023-11-10
  • udm-le

    Let's Encrypt support for Ubiquiti UniFi OS

  • Project mention: What is the best way to install a reverse proxy on UDM Pro SE? | /r/Ubiquiti | 2023-08-09

    I’m already using udm-le installed through SSH to take advantage of Let’s Encrypt and it is configured with Cloudflare (it is the only modification through SSH I did).

  • docker-wordpress

    Wordpress Docker container using SSL Certificates with LetsEncrypt (by evertramos)

  • seedbox

    A Docker-powered seedbox with persistent data and more cool stuff.

  • selfhosted

    docker compose + traefik + tailscale

  • htpc-docker-standup

    A simple docker-compose based configuration to stand up a new HTPC w/ Plex, Deluge, Sonarr, Radarr and more!

  • guacamole-install-rhel-7

    Apache Guacamole installation bash script for RHEL 7 and CentOS 7 including options for Nginx, HTTPS, SSL, LDAP, Let's Encrypt certificates and more

  • self-hosted-services

    A core set of privacy-preserving services that can be easily self-hosted via Docker Compose.

  • certbot-zimbra

    Automated letsencrypt/certbot certificate request and deploy script for Zimbra hosts

  • ubios-cert

    Manage SSL / TLS certificates with acme.sh (Let's Encrypt, ZeroSSL) for Ubiquiti UbiOS firmwares

  • mailserver

    Simple and full-featured mail server using Docker (by mailserver2)

  • openconnect-installer

    Automatically set up an Openconnect/Anyconnect VPN server(ocserv) with Let's Encrypt with just one command in CentOS 8.

  • MySB

    MySB (MySeedBox) is more than a simplified installation script of a multi-users Seedbox. There are many solutions to install a Seedbox, but we never talk about safety and regular operations. MySB could be renamed MySSB (MySecuredSeedBox).

  • docker-letsencrypt

    📜 Automatic SSL Certificate Generation for Duck DNS Domains (by maksimstojkovic)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Shell Letsencrypt related posts

  • Setting up a Homelab: Part 1 Proxmox and LetsEncrypt

    1 project | dev.to | 26 Apr 2024
  • Dehydrated: Letsencrypt/acme client implemented as a shell-script

    11 projects | news.ycombinator.com | 19 Apr 2024
  • How to Build Email Server with Exim on Alma Linux 9

    1 project | dev.to | 20 Apr 2024
  • Ask HN: What is your experience with ZeroSSL?

    1 project | news.ycombinator.com | 20 Mar 2024
  • Why Certificate Lifecycle Automation Matters

    4 projects | news.ycombinator.com | 30 Jan 2024
  • The Bureau of Meteorology website does not support connections via HTTPS

    2 projects | news.ycombinator.com | 2 Jan 2024
  • How to get LetsEncrypt certs from PfSense/ACME to other machines? (automated??)

    1 project | /r/homelab | 7 Dec 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 21 May 2024
    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. Learn more →

Index

What are some of the best open-source Letsencrypt projects in Shell? This list will help you:

Project Stars
1 acme.sh 36,829
2 acme-companion 7,272
3 dehydrated 5,906
4 nginx-proxy-automation 2,625
5 getssl 2,047
6 IKEv2-setup 1,298
7 dokku-letsencrypt 1,063
8 docker-nginx-certbot 864
9 docker-compose-nas 815
10 slickstack 611
11 udm-le 545
12 docker-wordpress 486
13 seedbox 315
14 selfhosted 297
15 htpc-docker-standup 201
16 guacamole-install-rhel-7 183
17 self-hosted-services 181
18 certbot-zimbra 175
19 ubios-cert 163
20 mailserver 125
21 openconnect-installer 123
22 MySB 106
23 docker-letsencrypt 64

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com