Skip to content

davids-work/kypare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kypare

Kypare is a simple tool for serving static files over HTTPS. It generates its own CA certificate, and on each start a new server certificate will be generated and signed by the CA.

The CA certificate is saved to a file when first generated, and will be loaded on subsequent starts of kypare.

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 its own CA certificate

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages