agnos

agnos 0.1.1

Obtains certificates from Let's Encrypt using DNS-01 without the need for API access to the DNS provider

https://github.com/krtab/agnos
MIT License
programs: agnos-generate-accounts-keys, agnos
Platforms (38)
x86_64-solarispowerpc64le-linuxmipsel-linuxloongarch64-linuxs390x-linuxx86_64-linuxarmv6l-linuxx86_64-openbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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