Add CertMagic (#3811)

This commit is contained in:
Herman Slatman 2021-10-09 07:54:59 +02:00 committed by GitHub
parent 2230dceac2
commit 74f402d5f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1794,6 +1794,7 @@ _**Unofficial** set of patterns for structuring projects._
* [BadActor](https://github.com/jaredfolkins/badactor) - In-memory, application-driven jailer built in the spirit of fail2ban. * [BadActor](https://github.com/jaredfolkins/badactor) - In-memory, application-driven jailer built in the spirit of fail2ban.
* [Cameradar](https://github.com/Ullaakut/cameradar) - Tool and library to remotely hack RTSP streams from surveillance cameras. * [Cameradar](https://github.com/Ullaakut/cameradar) - Tool and library to remotely hack RTSP streams from surveillance cameras.
* [certificates](https://github.com/mvmaasakkers/certificates) - An opinionated tool for generating tls certificates. * [certificates](https://github.com/mvmaasakkers/certificates) - An opinionated tool for generating tls certificates.
* [CertMagic](https://github.com/caddyserver/certmagic) - Mature, robust, and powerful ACME client integration for fully-managed TLS certificate issuance and renewal.
* [dongle](https://github.com/golang-module/dongle) - A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption. * [dongle](https://github.com/golang-module/dongle) - A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption.
* [firewalld-rest](https://github.com/prashantgupta24/firewalld-rest) - A rest application to dynamically update firewalld rules on a linux server. * [firewalld-rest](https://github.com/prashantgupta24/firewalld-rest) - A rest application to dynamically update firewalld rules on a linux server.
* [go-generate-password](https://github.com/m1/go-generate-password) - Password generator that can be used on the cli or as a library. * [go-generate-password](https://github.com/m1/go-generate-password) - Password generator that can be used on the cli or as a library.