You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2024. It is now read-only.
Spinning up an HTTPS server from current directory - the TLS equivalent of `python -m http.server`.
4
+
5
+
## Install
6
+
7
+
Use [prebuilt binaries](https://github.com/maetthu/dirhttps/releases)
8
+
9
+
or build from source
10
+
11
+
```
12
+
go get -u github.com/maetthu/dirhttps
13
+
$(go env GOPATH)/bin/dirhttps
14
+
```
15
+
16
+
## Setup
17
+
18
+
_dirhttps_ needs a certificate and corresponding key to operate. Easiest option is to use the excellent [mkcert](https://github.com/FiloSottile/mkcert) tool which creates locally trusted, self-signed development certificates.
0 commit comments