🔐🔗 Generate certs for your cluster, easy way
kmgm is a certificate authority with focus on its ease of use. Setup certificates and deploy to your cluster in minutes!
Linux, macOS:
Install a pre-built binary of the latest version:
curl -L https://github.com/IPA-CyberLab/kmgm/releases/latest/download/kmgm_$(uname)_$(uname -m).tar.gz | sudo tar zx -C /usr/local/bin kmgm
Install a pre-built binary of a specific version:
VER=0.3.0; curl -L https://github.com/IPA-CyberLab/kmgm/releases/download/v${VER}/kmgm_$(uname)_$(uname -m).tar.gz | sudo tar zx -C /usr/local/bin kmgm
or, to build it yourself:
go get -v -u github.com/IPA-CyberLab/kmgm/cmd/...
Setup a new CA:
kmgm setup
Issue a new certificate:
kmgm issue
kmgm is licensed under Apache license version 2.0. See LICENSE for more information.