From 74f402d5f1d47a7eee6e906f5992caf5d3ba05e4 Mon Sep 17 00:00:00 2001 From: Herman Slatman Date: Sat, 9 Oct 2021 07:54:59 +0200 Subject: [PATCH] Add CertMagic (#3811) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 300be21c..868aeb50 100644 --- a/README.md +++ b/README.md @@ -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. * [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. +* [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. * [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.