awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesWeb Server Security Integrations

Automated tools for applying encryption and security configurations to web server software.

Distinguishing note: Focuses on the integration and configuration of certificates within web server software.

Explore 6 awesome GitHub repositories matching security & cryptography · Web Server Security Integrations. Refine with filters or upvote what's useful.

Awesome Web Server Security Integrations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • acmesh-official/acme.shAvatar de acmesh-official

    acmesh-official/acme.sh

    46,911Ver en 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

    Integrates security certificates into web server environments by automatically updating configurations and reloading services.

    Shellacmeacme-challengeacme-protocol
    Ver en GitHub↗46,911
  • homebridge/homebridgeAvatar de homebridge

    homebridge/homebridge

    25,398Ver en GitHub↗

    Homebridge is a Node.js home automation server that acts as a bridge to expose non-native smart home devices to Apple HomeKit. It functions as a plugin-based framework that maps proprietary device APIs to standardized home automation services and protocols. The system utilizes a modular plugin architecture and a protocol emulation layer to make third-party hardware appear as native accessories. It further supports cross-platform compatibility by acting as a Matter device bridge, allowing Matter-standard hardware to connect to various home automation controllers. The software includes a web i

    Enables the configuration of self-signed SSL certificates to encrypt communication between the server and clients.

    TypeScript
    Ver en GitHub↗25,398
  • 0xjacky/nginx-uiAvatar de 0xJacky

    0xJacky/nginx-ui

    11,172Ver en GitHub↗

    This project is a web-based management interface designed for the administration, monitoring, and configuration of Nginx server instances. It functions as a centralized platform for managing reverse proxy settings, traffic routing, and server lifecycles, providing a visual dashboard to replace manual configuration file editing. The platform distinguishes itself through integrated infrastructure automation and observability tools. It supports distributed environments by synchronizing configuration states across multiple nodes and containerized services, while offering artificial intelligence a

    Hardens web services through automated certificate management, IP restrictions, and HTTPS redirection.

    Gochatgpt-appcode-completioncopilot
    Ver en GitHub↗11,172
  • jorisvink/koreAvatar de jorisvink

    jorisvink/kore

    3,825Ver en GitHub↗

    Kore is an event-driven web and WebSocket server framework designed for building high-performance web services and APIs in C or Python. It functions as a secure, concurrent application framework that utilizes non-blocking I/O and isolated worker processes to handle high-concurrency traffic. The project is distinguished by a security-first architecture that features OS-level process sandboxing, privilege separation, and the isolation of private encryption keys into dedicated processes. It enables zero-downtime deployments through dynamic module hot-reloading and provides automated TLS certific

    Features a security-first architecture with OS-level process sandboxing and privilege separation.

    Ccframeworkhigh-performance
    Ver en GitHub↗3,825
  • allinssl/allinsslAvatar de allinssl

    allinssl/allinssl

    3,359Ver en GitHub↗

    Allinssl is a multi-platform certificate manager and ACME automator designed to handle the full lifecycle of security certificates. It provides a web-based management interface to orchestrate the issuance, renewal, and deployment of certificates across various servers and cloud environments. The system distinguishes itself through an orchestration engine that pushes certificates to diverse targets, including web application firewalls, server control panels, and remote hosts. It automates domain ownership verification using DNS challenges across multiple providers and employs an event-driven w

    Automates the delivery and update of SSL certificates to web application firewalls to maintain secure traffic filtering.

    TypeScriptacmeautomationgo
    Ver en GitHub↗3,359
  • denji/golang-tlsAvatar de denji

    denji/golang-tls

    1,329Ver en GitHub↗

    This project provides a collection of practical implementations and code references for establishing secure network communications using transport layer security protocols. It serves as a guide for developers to implement public key infrastructure and enforce encryption standards within client and server applications. The repository focuses on cryptographic certificate management, including the generation of public and private key pairs and the creation of self-signed certificates for local testing environments. It covers the configuration of secure web servers, offering methods to harden ser

    Configures web servers to enforce encryption for all incoming network connections.

    awesomegogolang
    Ver en GitHub↗1,329
  1. Home
  2. Security & Cryptography
  3. Web Server Security Integrations

Explorar subetiquetas

  • Process SandboxingRestricting system calls and separating user privileges for worker processes to reduce attack surfaces. **Distinct from Web Server Security Integrations:** Distinct from Web Server Security Integrations: focuses on OS-level process isolation rather than certificate/encryption configuration.
  • WAF Security IntegrationsAutomated delivery and update of SSL certificates specifically for web application firewalls. **Distinct from Web Server Security Integrations:** Focuses on WAFs specifically, whereas Web Server Security Integrations focus on general web server software like Nginx or Apache.