Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webprofusion/acme-clients
The definitive list of popular ACME clients for Let's Encrypt and other ACME enabled CAs
https://github.com/webprofusion/acme-clients
acme-client acme-v2 letsencrypt-sh
Last synced: 4 days ago
JSON representation
The definitive list of popular ACME clients for Let's Encrypt and other ACME enabled CAs
- Host: GitHub
- URL: https://github.com/webprofusion/acme-clients
- Owner: webprofusion
- License: mit
- Created: 2022-02-21T06:25:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T01:14:32.000Z (2 months ago)
- Last Synced: 2024-11-14T02:21:19.887Z (2 months ago)
- Topics: acme-client, acme-v2, letsencrypt-sh
- Language: Liquid
- Homepage: https://acmeclients.com
- Size: 522 KB
- Stars: 9
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - webprofusion/acme-clients - The definitive list of popular ACME clients for Let's Encrypt and other ACME enabled CAs (others)
README
# ACME Clients
Documenting the most popular (and maintained) ACME Client options across multiple operating systems and technologies.
https://acmeclients.com
This sites use 11ty as a static site (Windty is a basic template using 11ty and Tailwind, and deploys to github pages).
**Edits to the list of documented clients can be made by submitting a PR for main/src/_data/clients.json**
## How to Dev/Build
1. Install dependencies: `npm install`
2. Start development: `npm start`
3. See your website at http://localhost:8080/
4. To build the release version: `npm run build`