Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jech/cert
Certificate management for Go's HTTPS server.
https://github.com/jech/cert
go https tls
Last synced: 8 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T12:25:37.000Z (9 months ago)
- Last Synced: 2024-03-01T13:38:28.373Z (9 months ago)
- Topics: go, https, tls
- Language: Go
- Homepage: https://galene.org
- Size: 4.88 KB
- Stars: 1
- 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