Implement simple version of automatic certificate issuance

This commit is contained in:
Moritz Marquardt 2021-07-13 15:45:28 +02:00
parent 7c70be21d7
commit 4494023086
No known key found for this signature in database
GPG key ID: D5788327BEE388B6
7 changed files with 1061 additions and 23 deletions

2
go.mod
View file

@ -4,7 +4,9 @@ go 1.16
require (
github.com/OrlovEvgeny/go-mcache v0.0.0-20200121124330-1a8195b34f3a
github.com/akrylysov/pogreb v0.10.1
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/go-acme/lego/v4 v4.4.0
github.com/klauspost/compress v1.13.1 // indirect
github.com/valyala/fasthttp v1.28.0
github.com/valyala/fastjson v1.6.3