https://github.com/jech/cert
Certificate management for Go's HTTPS server.
https://github.com/jech/cert
go https tls
Last synced: 11 months ago
JSON representation
Certificate management for Go's HTTPS server.
- Host: GitHub
- URL: https://github.com/jech/cert
- Owner: jech
- License: mit
- Created: 2021-08-19T21:42:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T12:25:37.000Z (about 2 years ago)
- Last Synced: 2025-02-17T15:43:02.481Z (about 1 year ago)
- Topics: go, https, tls
- Language: Go
- Homepage: https://galene.org
- Size: 4.88 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
A library to automatically detect a change in on-disk TLS certificates,
and switch to a new certificate without interrupting existing connections.
It will generate an in-memory self-signed certificate if none is found
on-disk, which makes HTTPS just as easy and robust as HTTP.
Used by Galene, https://galene.org
-- Juliusz Chroboczek