Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.64 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.64 KB

easytls

Latest release Build status Go Report Card Documentation

Package easytls makes working with TLS for either servers or clients easy. It contains several sane and safe defaults for implementing TLS and using certificates, as well as loader interfaces to accelerate the process of loading certificates from files or raw byte data.


go get github.com/go-pogo/easytls
import "github.com/go-pogo/easytls"

Documentation

Additional detailed documentation is available at pkg.go.dev

Created with

License

Copyright © 2022-2024 Roel Schut. All rights reeasytlsed.

This project is governed by a BSD-style license that can be found in the LICENSE file.