awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Acme.sh | Awesome Repository
← All repositories

acmesh-official/acme.sh

0
View on GitHub↗
45,730 stars·5,516 forks·Shell·gpl-3.0·0 viewsacme.sh↗

Acme.sh

Features

  • Automated Certificate Management Systems - Issues and renews security certificates automatically to ensure encrypted web traffic remains active without manual intervention.
  • SSL Certificate Issuers - Creates security certificates by validating domain ownership through automated or manual verification methods.
  • ACME Clients - Automates the issuance, renewal, and installation of security certificates using standard ACME protocols.
  • Certificate Renewal Managers - Updates existing security certificates automatically before they expire to maintain continuous service availability.
  • Certificate Lifecycle Managers - Handles the full lifecycle of encrypted web certificates by managing domain verification and server configuration updates.
  • ACME Protocol Implementations - Implements standardized verification flows to interact with certificate authorities by solving cryptographic challenges.
  • Domain Validation Tools - A utility that proves domain ownership by programmatically interacting with external name server providers to create required verification records.
  • Wildcard Certificate Issuers - Creates wildcard certificates to secure a primary domain and all associated subdomains under a single certificate.
  • DNS Validation Tools - Verifies domain ownership by automatically creating and updating DNS text records.
  • HTTP Validation Tools - Verifies domain ownership by interacting directly with web server configurations to handle validation challenges.
  • Certificate Deployment Hooks - Executes automated tasks to reload web server configurations and deploy new cryptographic assets upon certificate renewal.
  • Certificate Installers - Automatically updates server configurations and reloads services to activate new security certificates.
  • Web Server Security Integrations - Integrates security certificates into web server environments by automatically updating configurations and reloading services.
  • DNS Validation Providers - Automates domain ownership verification by programmatically updating DNS records through provider-specific hooks.
  • Domain Validation Protocols - Automates domain ownership verification by programmatically updating DNS records for secure certificate issuance.
  • Standalone Validation Servers - Generates security certificates using a temporary web server to handle validation challenges without existing infrastructure.
  • TLS Validation Servers - Generates security certificates using a temporary encrypted server to handle validation challenges over secure connections.
  • This project is a command-line tool that automates the entire lifecycle of security certificates using standard domain validation protocols. It functions as a background service to manage the issuance, renewal, and installation of certificates, ensuring that encrypted web traffic remains active without requiring manual intervention.

    The tool distinguishes itself through extensive support for automated domain ownership verification, including the ability to issue wildcard certificates by programmatically interacting with external domain name system providers. It provides flexible validation options, such as using a temporary, ephemeral web server to handle challenges in isolated environments, which allows for certificate generation without needing an existing web server or active website.

    Beyond issuance, the system includes robust deployment capabilities that integrate directly with server environments. Through customizable hooks, it can automatically update server configuration files and reload services to apply new cryptographic assets immediately upon renewal. The software is built as a modular collection of POSIX-compliant scripts that leverage standard system utilities and support various cryptographic key types to meet diverse security requirements.