https://github.com/aead/mtls
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aead/mtls
- Owner: aead
- License: mit
- Created: 2024-09-03T09:17:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T08:37:32.000Z (over 1 year ago)
- Last Synced: 2024-10-13T20:43:45.162Z (over 1 year ago)
- Language: Go
- Size: 26.4 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.