certbot-full: init

This commit is contained in:
Florian Klink 2020-07-09 14:14:32 +02:00
parent 718a4496df
commit 9d86dea417

View file

@ -11594,6 +11594,12 @@ in
certbot = python3.pkgs.toPythonApplication python3.pkgs.certbot;
certbot-full = certbot.withPlugins (cp: with cp; [
certbot-dns-cloudflare
certbot-dns-rfc2136
certbot-dns-route53
]);
caf = callPackage ../development/libraries/caf {};
# CGAL 5 has API changes