awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesACME Protocol Implementations

Standardized logic for interacting with certificate authorities via challenge-response flows.

Distinguishing note: Focuses on the core protocol logic rather than specific validation methods.

Explore 4 awesome GitHub repositories matching security & cryptography · ACME Protocol Implementations. Refine with filters or upvote what's useful.

Awesome ACME Protocol Implementations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • acmesh-official/acme.shAvatar acmesh-official

    acmesh-official/acme.sh

    46,911Vezi pe GitHub↗

    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 op

    Implements standardized verification flows to interact with certificate authorities by solving cryptographic challenges.

    Shellacmeacme-challengeacme-protocol
    Vezi pe GitHub↗46,911
  • go-acme/legoAvatar go-acme

    go-acme/lego

    9,689Vezi pe GitHub↗

    Lego is an ACME certificate manager and lifecycle tool used to automate the request, renewal, and revocation of SSL and TLS certificates. It implements the ACME protocol to communicate with compliant certificate authorities and manages the full issuance process, including account registration and private key rollovers. The project distinguishes itself through extensive DNS automation, utilizing a provider-based abstraction to solve DNS-01 challenges across various third-party DNS providers. It supports advanced verification workflows such as CNAME-based challenge delegation, DNS zone discover

    Implements standardized communication flows for interacting with certificate authorities via challenge-response mechanisms.

    Goacmeacme-clientcertificate
    Vezi pe GitHub↗9,689
  • nginx-proxy/docker-letsencrypt-nginx-proxy-companionAvatar nginx-proxy

    nginx-proxy/docker-letsencrypt-nginx-proxy-companion

    7,712Vezi pe GitHub↗

    This project is an automated SSL certificate manager and orchestrator for Nginx proxy configurations. It functions as an ACME protocol client that handles the request, issuance, and renewal of security certificates for web services running in containers. The system monitors Docker container lifecycle events to automatically provision certificates based on assigned hostnames. It automates the full certificate lifecycle, including domain ownership validation and the issuance of specialized wildcard or multi-domain certificates. The tool manages security through both HTTP and DNS challenge reso

    Provides the core logic for interacting with certificate authorities via the ACME protocol.

    Shell
    Vezi pe GitHub↗7,712
  • acme-dns/acme-dnsAvatar acme-dns

    acme-dns/acme-dns

    2,775Vezi pe GitHub↗

    acme-dns is a DNS server and protocol manager designed to proxy TXT records for ACME DNS-01 challenges. It enables the validation of domain ownership for automated certificate issuance without exposing primary DNS zone files or credentials to external clients. The project utilizes CNAME-based delegation to offload verification from a primary zone to a specialized server. It provides a REST API for programmatically updating short-lived validation tokens, which is secured through CIDR-based network restrictions and automated TLS provisioning for the API interface. The system supports stateless

    Implements logic to manage short-lived validation tokens for automated certificate issuance.

    Goacme-challengeacme-dnsdns-server
    Vezi pe GitHub↗2,775
  1. Home
  2. Security & Cryptography
  3. ACME Protocol Implementations