Skip to content

Commit

Permalink
Moved PKI's to their own category and added 2 alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsilvio committed Aug 12, 2023
1 parent b92224e commit 2120781
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.


Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2120781

Please sign in to comment.