1 dépôt
Polls an ACME server at intervals until domain validation challenges are marked as complete.
Distinct from Polling-Based Input Models: Distinct from general polling models by specifically targeting ACME protocol authorization challenges.
Explore 1 awesome GitHub repository matching software engineering & architecture · ACME Authorization Polling. Refine with filters or upvote what's useful.
acme-tiny is a minimal ACME client implemented as a single-file Python script that automates obtaining and renewing SSL/TLS certificates from a Certificate Authority using the Automated Certificate Management Environment (ACME) protocol. It relies on OpenSSL command-line tools for key generation and certificate signing request creation, and uses file-based HTTP validation to verify domain ownership by placing a token file on the web server. Designed for fully automated certificate lifecycle management, acme-tiny is intended to be executed periodically by a system scheduler like cron, checking
Polls the ACME server until all domain validation challenges are completed.