certbot

certbot 5.6.0

ACME client that can obtain certs and extensibly update server configurations

https://github.com/certbot/certbot
Apache License 2.0
main program: certbotprograms: certbot
Platforms (45)
armv7l-netbsdaarch64-darwinarmv6l-linuxaarch64-freebsdmipsel-netbsdi686-cygwini686-netbsdriscv32-netbsd
View source on NixOS/nixpkgs →

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