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/agnosMIT License
programs: agnos-generate-accounts-keys, agnos
Maintainers
Platforms (38)
x86_64-solarispowerpc64le-linuxmipsel-linuxloongarch64-linuxs390x-linuxx86_64-linuxarmv6l-linuxx86_64-openbsd
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