All Projects → IPA-CyberLab → kmgm

IPA-CyberLab / kmgm

Licence: Apache-2.0 license
🔐🔗 Generate certs for your cluster, easy way

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to kmgm

Certificates
🛡️ A private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH.
Stars: ✭ 3,693 (+16686.36%)
Mutual labels:  x509, pki, certificate-authority
win-ca
Get Windows System Root certificates
Stars: ✭ 78 (+254.55%)
Mutual labels:  x509, certificate-authority, tls-certificate
Django X509
Reusable django app implementing x509 PKI certificates management
Stars: ✭ 326 (+1381.82%)
Mutual labels:  x509, pki, certificate-authority
pki
Certificate Authority management suite
Stars: ✭ 23 (+4.55%)
Mutual labels:  x509, pki, certificate-authority
Pebble
A miniature version of Boulder, Pebble is a small RFC 8555 ACME test server not suited for a production certificate authority. Let's Encrypt is hiring! Work on Pebble with us.
Stars: ✭ 359 (+1531.82%)
Mutual labels:  x509, pki, certificate-authority
Pspki
PowerShell PKI Module
Stars: ✭ 189 (+759.09%)
Mutual labels:  x509, pki
x509sak
X.509 Swiss Army Knife is a toolkit atop OpenSSL to ease generation of CAs and aid white-hat pentesting
Stars: ✭ 23 (+4.55%)
Mutual labels:  x509, pki
ct-woodpecker
A tool to monitor a certificate transparency log for operational problems
Stars: ✭ 136 (+518.18%)
Mutual labels:  x509, pki
certbot-dns-powerdns
PowerDNS DNS Authenticator plugin for Certbot
Stars: ✭ 22 (+0%)
Mutual labels:  x509, pki
X509
Elixir package for working with X.509 certificates, Certificate Signing Requests (CSRs), Certificate Revocation Lists (CRLs) and RSA/ECC key pairs
Stars: ✭ 68 (+209.09%)
Mutual labels:  x509, pki
rfc3161timestampingserver
This project offers a rfc 3161 compliant timestamping authority/server
Stars: ✭ 30 (+36.36%)
Mutual labels:  x509, pki
webcert
WebCert is a Web application to generate and manage digital certificates in cases where no "full" CA is needed.
Stars: ✭ 20 (-9.09%)
Mutual labels:  pki, certificate-authority
Phpasn1
A PHP library to encode and decode arbitrary ASN.1 structures using ITU-T X.690 encoding rules.
Stars: ✭ 136 (+518.18%)
Mutual labels:  x509, pki
Aspnetcorecertificates
Certificate Manager in .NET Core for creating and using X509 certificates
Stars: ✭ 135 (+513.64%)
Mutual labels:  x509, pki
certbot-dns-acmedns
Certbot ACME-DNS DNS01 plugin for Certbot
Stars: ✭ 24 (+9.09%)
Mutual labels:  x509, pki
pki-manager
IT Freelancers : Manage small PKI for multiple projects (or clients) with 2 bash scripts
Stars: ✭ 36 (+63.64%)
Mutual labels:  x509, pki
crlite
WebPKI-level Certificate Revocation via Multi-Level Bloom Filter Cascade
Stars: ✭ 52 (+136.36%)
Mutual labels:  pki, tls-certificate
openssl ca
openssl_ca with QT GUI
Stars: ✭ 16 (-27.27%)
Mutual labels:  pki, certificate-authority
TestAuthority
Simple certificate authority for development written in C#. Allows issue of SSL certificates, including wildcard certificates
Stars: ✭ 32 (+45.45%)
Mutual labels:  certificate-authority, tls-certificate
Xca
X Certificate and Key management
Stars: ✭ 574 (+2509.09%)
Mutual labels:  x509, certificate-authority

kmgm

🔐🔗 Generate certs for your cluster, easy way

Build Status go report

kmgm is a certificate authority with focus on its ease of use. Setup certificates and deploy to your cluster in minutes!

demo session

Installation

Linux:

Install a pre-built binary:

VER=0.1.0; curl -vL https://github.com/IPA-CyberLab/kmgm/releases/download/v${VER}/kmgm_${VER}_Linux_x86_64.tar.gz | tar zx -C /usr/local/bin kmgm

or, to build it yourself:

go get -v -u github.com/IPA-CyberLab/kmgm/cmd/... 

Mac OSX, Windows: TBD

Quick start

Setup a new CA:

kmgm setup

Issue a new certificate:

kmgm issue

Tutorials

License

kmgm is licensed under Apache license version 2.0. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].