An open API service indexing awesome lists of open source software.

https://github.com/aead/mtls


https://github.com/aead/mtls

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Go Reference](https://pkg.go.dev/badge/aead.dev/mtls.svg)](https://pkg.go.dev/aead.dev/mtls)

# Mutual TLS

## Install

```sh
go get aead.dev/mtls@latest
```

The [documentation](https://pkg.go.dev/aead.dev/mtls) contains some [examples](https://pkg.go.dev/aead.dev/mtls#pkg-examples)
for TLS clients and servers to get started.