From d75eb4cf677dac66c6abf8fd1494e19f3f756390 Mon Sep 17 00:00:00 2001 From: kaysond Date: Thu, 4 Apr 2019 10:20:02 -0700 Subject: [PATCH] Added category for public key infrastructure. Added simple pki --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 02941ca1..73c19a26 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ See [Contributing](.github/CONTRIBUTING.md). - [Polls and Events](#polls-and-events) - [Booking and Scheduling](#booking-and-scheduling) - [Proxy](#proxy) + - [Public Key Infrastructure (PKI)](#public-key-infrastructure-pki) - [Read it Later Lists](#read-it-later-lists) - [Resource Planning](#resource-planning) - [Enterprise Resource Planning](#enterprise-resource-planning) @@ -1139,6 +1140,12 @@ See also [awesome-sysadmin#metric--metric-collection](https://github.com/n1trux/ - [Tinyproxy](https://banu.com/tinyproxy/) - Light-weight HTTP/HTTPS proxy daemon. ([Source Code](https://github.com/tinyproxy/tinyproxy)) `GPL-2.0` `C` - [Traefik](https://traefik.io/) - Træfɪk is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. It supports several backends (Docker, Swarm, Mesos/Marathon, …) to manage its configuration automatically and dynamically. ([Source Code](https://github.com/containous/traefik)) `MIT` `Go` +## Public Key Infrastructure (PKI) + +**[`^ back to top ^`](#)** + +- [Simple PKI](https://github.com/kaysond/spki) - a bash script wrapper for OpenSSL that generates and manages a simple PKI suitable for small deployments, supporting CRL's and OCSP. ([Demo](https://asciinema.org/a/238438)) `GPL-3.0` `bash` + ## Read it Later Lists **[`^ back to top ^`](#)**