🎯

salvo-tls-acme

🎯Skill

from salvo-rs/salvo-skills

VibeIndex|
What it does

Automates TLS certificate provisioning and renewal using ACME protocol for Salvo web applications, simplifying secure HTTPS configuration

πŸ“¦

Part of

salvo-rs/salvo-skills(28 items)

salvo-tls-acme

Installation

Quick InstallInstall with npx
npx skills add https://github.com/salvo-rs/salvo-skills --skill salvo-tls-acme

Need more details? View full documentation on GitHub β†’

1Installs
-
AddedFeb 10, 2026

More from this repository10

🎯
salvo-session🎯Skill

Manages secure web session handling, authentication, and state persistence for Salvo web applications with flexible storage backends

🎯
salvo-error-handling🎯Skill

Simplifies robust error management in Salvo web applications with structured error responses, custom error types, and middleware-based error handling strategies.

🎯
salvo-cors🎯Skill

Configures and manages Cross-Origin Resource Sharing (CORS) middleware for secure, flexible API interactions in Salvo web applications

🎯
salvo-middleware🎯Skill

Simplifies web request processing in Salvo by providing reusable middleware components for authentication, logging, CORS, and request transformation

🎯
salvo-csrf🎯Skill

Provides robust Cross-Site Request Forgery (CSRF) protection middleware for securing Salvo web applications against unauthorized request attacks

🎯
salvo-file-handling🎯Skill

Simplifies file upload, download, streaming, and multipart form handling in Salvo web applications with robust, efficient middleware and utilities.

🎯
salvo-websocket🎯Skill

Simplifies WebSocket integration in Salvo web applications, enabling real-time bidirectional communication with robust connection handling and message routing.

🎯
salvo-realtime🎯Skill

Enables real-time WebSocket communication and server-sent events for building interactive, low-latency web applications with Salvo framework

🎯
salvo-path-syntax🎯Skill

Simplifies complex routing patterns in Salvo web framework with advanced path matching, parameter extraction, and dynamic route generation

🎯
salvo-openapi🎯Skill

Generates OpenAPI (Swagger) documentation automatically for Salvo web services, enabling interactive API exploration and client SDK generation