From 21207816b0f030dca3b3cfa48f9bfc0c7d2f3d9b Mon Sep 17 00:00:00 2001 From: silvio Date: Sat, 12 Aug 2023 08:53:53 +0200 Subject: [PATCH] Moved PKI's to their own category and added 2 alternatives --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfeb271..cdc8ea2 100644 --- a/README.md +++ b/README.md @@ -396,8 +396,7 @@ _Related: [DNS - Servers](#dns---servers)_ **[`^ back to top ^`](#awesome-sysadmin)** -- [BounCA](https://bounca.org/) - A personal SSL Key / Certificate Authority web-based tool for creating self-signed certificates. -- [easy-rsa](https://github.com/OpenVPN/easy-rsa) - bash script to build and manage a PKI CA. + - [Fusion Directory](https://www.fusiondirectory.org) - Improve the Management of the services and the company directory based on OpenLDAP. - [Indieauth](https://indieauth.com/) - Sign in with your domain name (using the rel-me-auth protocol). - [LDAP Account Manager (LAM)](https://www.ldap-account-manager.org/lamcms/) - Web frontend for managing entries (e.g. users, groups, DHCP settings) stored in an LDAP directory. @@ -406,7 +405,6 @@ _Related: [DNS - Servers](#dns---servers)_ - [OSIAM](http://osiam.github.io/) - Secure identity management solution providing REST based services for authentication and authorization. - [Pomerium](https://www.pomerium.io/) - An identity and context aware access-proxy inspired by BeyondCorp. - [Samba](https://www.samba.org/) – Active Directory and CIFS protocol implementation. -- [Smallstep Certificates](https://smallstep.com/certificates/) - A private certificate authority (X.509 & SSH) and related tools for secure automated certificate management. - [ZITADEL](https://github.com/caos/zitadel) - Cloud-native Identity & Access Management solution providing a platform for secure authentication, authorization and identity management. @@ -566,6 +564,15 @@ _Related: [Databases](#databases), [Monitoring](#monitoring)_ - [omnibus-ruby](https://github.com/chef/omnibus) - Easily create full-stack installers for your project across a variety of platforms. `Apache-2.0` `Ruby` - [tito](https://github.com/dgoodwin/tito) - Builds RPMs for git-based projects. `GPL-2.0` `Python` +### Public Key Infrastructure - PKI + +**[`^ back to top ^`](#awesome-sysadmin)** + +- [BounCA](https://bounca.org/) - A personal SSL Key / Certificate Authority web-based tool for creating self-signed certificates. `Apache-2.0` `Python` +- [easy-rsa](https://github.com/OpenVPN/easy-rsa) - bash script to build and manage a PKI CA. `GPL-2.0` `bash` +- [openxpki](https://github.com/openxpki/openxpki) - A software stack based on perl and openssl to run a PKI/trust center with an enterprise-grade feature set. `Apache-2.0` `perl` +- [Smallstep Certificates](https://smallstep.com/certificates/) - A private certificate authority (X.509 & SSH) and related tools for secure automated certificate management. `Apache-2.0` `go` +- [TinyPki](https://github.com/deleteonerror/tinyPKI) is a compact and secure PKI, designed for Home, Lab, and Development environments, enabling you to effortlessly create a Root Certificate Authority and generate certificates to fulfill various requirements. `MIT` `Go` ### Project Management