From 598858ac8ee67522eddad58ad9f62bc46014a995 Mon Sep 17 00:00:00 2001 From: Taufik Mulyana <17433202+nothinux@users.noreply.github.com> Date: Thu, 29 Dec 2022 21:38:59 +0700 Subject: [PATCH] fix order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 604a9a17..0a9c1b75 100644 --- a/README.md +++ b/README.md @@ -2076,8 +2076,8 @@ _Libraries that are used to help make your application more secure._ - [autocert](https://godoc.org/golang.org/x/crypto/acme/autocert) - Auto provision Let's Encrypt certificates and start a TLS server. - [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. -- [Certify](https://github.com/nothinux/certify) - Create private CA and Issue Certificates without hassle. - [certificates](https://github.com/mvmaasakkers/certificates) - An opinionated tool for generating tls certificates. +- [Certify](https://github.com/nothinux/certify) - Create private CA and Issue Certificates without hassle. - [CertMagic](https://github.com/caddyserver/certmagic) - Mature, robust, and powerful ACME client integration for fully-managed TLS certificate issuance and renewal. - [Coraza](https://github.com/corazawaf/coraza) - Enterprise-ready, modsecurity and OWASP CRS compatible WAF library. - [dongle](https://github.com/golang-module/dongle) - A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption.