Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 274 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 274 Bytes

This repo contains some example code used in a talk about TLS and SSH certificates.

Generate certs with

go run ./cmd/gencert/

Run a server using host certs with

go run ./cmd/tlsserver

Run a client using client certs with

go run ./cmd/tlsclient