Skip to content

dhiltgen/golang-tofu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

golang-tofu

Simple golang lib for TLS Trust On First Use which can be used to establish trust for self-signed server certificates.

First, call GetFingerprints to retrieve the server certificate details. The user should then perform validation through some side-band channel. Once the user has verified the certificate fingerprint, the fingerprint can be stored, and used for subsequent connections to the server.

See example/main.go for an example using this library.

About

Golang lib for TLS Trust On First Use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages