Skip to content

Code related to a talk on SSH and TLS certificates

Notifications You must be signed in to change notification settings

dafydd-t/certs-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Code related to a talk on SSH and TLS certificates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages