Skip to content

A simple static file HTTPS server with a built-in self-signed certificate

Notifications You must be signed in to change notification settings

davids-work/kypare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kypare

Kypare is a simple tool for serving static files over HTTPS. It has a built-in self-signed certificate to save the user the trouble of generating one.

It is mainly intended for testing purposes. For instance, browsers will not allow you to use certain DOM APIs from pages served over plain HTTP.

Kypare should absolutely not be used in any type of production context.

Installation

cargo install --git https://github.com/davids-work/kypare.git

Usage

By default kypare will serve files from the current working directory on https://localhost:8443. This behavior can be configured on the command line. Run kypare --help to see available options.

About

A simple static file HTTPS server with a built-in self-signed certificate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages