step-ca

step-ca 0.30.2

Private certificate authority (X.509 & SSH) & ACME server for secure automated certificate management, so you can use TLS everywhere & SSO for SSH

https://smallstep.com/certificates/
Apache License 2.0
main program: step-caprograms: step-ca, badger-migration
Platforms (30)
sh4-linuxmicroblaze-linuxs390x-linuxx86_64-freebsdaarch64-linuxarmv7a-linuxarmv7l-linuxmips-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  step-ca
];
Ad-hoc shell
nix-shell -p step-ca
Flake (nix run)
nix run nixpkgs#step-ca