awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesHTTP Validation Tools

Utilities for automating domain ownership proof via web server interaction.

Distinguishing note: Focuses on HTTP-based validation rather than DNS-based methods.

Explore 2 awesome GitHub repositories matching security & cryptography · HTTP Validation Tools. Refine with filters or upvote what's useful.

Awesome HTTP Validation Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • acmesh-official/acme.shAvatar de acmesh-official

    acmesh-official/acme.sh

    46,911Voir sur 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

    Verifies domain ownership by interacting directly with web server configurations to handle validation challenges.

    Shellacmeacme-challengeacme-protocol
    Voir sur GitHub↗46,911
  • diafygi/acme-tinyAvatar de diafygi

    diafygi/acme-tiny

    4,781Voir sur GitHub↗

    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

    Verifies domain ownership by placing a token file on the web server for the CA to fetch.

    Python
    Voir sur GitHub↗4,781
  1. Home
  2. Security & Cryptography
  3. HTTP Validation Tools