certbot
certbot 5.6.0
ACME client that can obtain certs and extensibly update server configurations
https://github.com/certbot/certbotApache License 2.0
main program: certbotprograms: certbot
Maintainers
Platforms (45)
armv7l-netbsdaarch64-darwinarmv6l-linuxaarch64-freebsdmipsel-netbsdi686-cygwini686-netbsdriscv32-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ certbot ];
Ad-hoc shell
nix-shell -p certbot
Flake (nix run)
nix run nixpkgs#certbot