command line tool to make self signed x.509 CA and cert for a domain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
281 B

module git.sequentialread.com/forest/make-fake-cert
go 1.16
require (
git.sequentialread.com/forest/easypki.git v1.1.2
git.sequentialread.com/forest/pkg-errors v0.9.2
github.com/boltdb/bolt v1.3.1 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)