acme-client
acme-client 1.3.7
Secure ACME/Let's Encrypt client
https://git.wolfsden.cz/acme-client-portableISC License
main program: acme-clientprograms: acme-client
Platforms (46)
i686-cygwinmips64-linuxx86_64-netbsdx86_64-linuxi686-openbsdx86_64-redoxriscv32-linuxx86_64-cygwin
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ acme-client ];
Ad-hoc shell
nix-shell -p acme-client
Flake (nix run)
nix run nixpkgs#acme-client