From 5f3ae4a4c4f4898cd2d8a3d7a6933dbaaea26f68 Mon Sep 17 00:00:00 2001 From: Adriano Sela Aviles Date: Mon, 8 Apr 2019 21:13:24 -0700 Subject: [PATCH] Add sslmgr (#2460) * Update README.md * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb6e39a6..1e1d32d0 100644 --- a/README.md +++ b/README.md @@ -1308,6 +1308,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [secure](https://github.com/unrolled/secure) - HTTP middleware for Go that facilitates some quick security wins. * [simple-scrypt](https://github.com/elithrar/simple-scrypt) - Scrypt package with a simple, obvious API and automatic cost calibration built-in. * [ssh-vault](https://github.com/ssh-vault/ssh-vault) - encrypt/decrypt using ssh keys. +* [sslmgr](https://github.com/adrianosela/sslmgr) - SSL certificates made easy with a high level wrapper around acme/autocert. ## Serialization