Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 179 Bytes

readme.md

File metadata and controls

11 lines (5 loc) · 179 Bytes

Setup

go get github.com/torniker/wrap

go run main.go

openssl genrsa -out server.key 2048 openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650