Browse Source

Moved PKI's to their own category and added 2 alternatives

pull/519/head
silvio 10 months ago
parent
commit
21207816b0
No known key found for this signature in database GPG Key ID: 7031EC8708724C13
  1. 13
      README.md

13
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

Loading…
Cancel
Save