fix order

This commit is contained in:
Taufik Mulyana 2022-12-29 21:38:59 +07:00 committed by GitHub
parent ff1d0d0b3d
commit 598858ac8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.