summaryrefslogtreecommitdiff
path: root/gnu/services/certbot.scm
AgeCommit message (Expand)AuthorFilesLines
2025-07-08services: certbot: Add dry-run? certificate option.Pierre Langlois1-34/+40
2025-07-08services: certbot: Remove deprecated --manual-public-ip-logging-ok.Pierre Langlois1-1/+1
2025-03-23services: certbot: Turn into a Shepherd timer.Ludovic Courtès1-43/+50
2024-09-03services: certbot: Add certbot-configuration-package to profile.Richard Sent1-0/+2
2024-01-31services: certbot: Add one-shot service to renew certificates.Carlo Zancanaro1-14/+75
2024-01-31services: certbot: Reload nginx in deploy hook.Carlo Zancanaro1-2/+8
2024-01-31services: certbot: Create self-signed certificates before certbot runs.Carlo Zancanaro1-3/+59
2024-01-31services: certbot: Symlink certificates to /etc/certs.Carlo Zancanaro1-2/+34
2023-06-18services: certbot: Fix nginx crash when certbot is used without domains.Saku Laesvuori1-14/+18
2023-01-03services: certbot: Fix broken link.jgart1-1/+1
2022-09-29services: certbot: Create "live" directory during activation.Mája Tomášek1-0/+2
2021-06-24services: certbot: Add option to use CSR file.Raghav Gururajan1-2/+7
2020-09-13services: certbot: Support registration without email.Timotej Lazar1-3/+8
2020-05-13mailmap: Update entries for Nikita.nikita1-1/+1
2020-03-08services: certbot: Add server option.Jack Hill1-3/+9
2019-09-16services: certbot: Add --manual-public-ip-logging-ok for manual challengesCarlo Zancanaro1-0/+1
2019-04-25gnu: certbot: Add support for manual plugin.Julien Lepiller1-9/+31
2019-03-18Correct name and email address for ng0.ng01-1/+1
2018-04-03services: certbot: Don't try to renew certificates on activation.Clément Lassieur1-8/+14
2018-03-20Correct name and Email for ng0.ng01-1/+1
2018-02-22services: certbot: Allow to set a deploy hook.Clément Lassieur1-3/+7
2018-02-22services: certbot: Add verbosity.Clément Lassieur1-13/+19
2018-02-22services: certbot: Allow to set RSA key size.Clément Lassieur1-8/+13
2018-02-22services: certbot: Associate one certificate with several domains.Clément Lassieur1-30/+41
2018-02-22services: certbot: Get certbot to run non-interactively.Clément Lassieur1-5/+9
2018-02-22services: certbot: Refactor certbot command.Clément Lassieur1-27/+26
2018-02-22services: certbot: Rename 'host' to 'domain'.Clément Lassieur1-20/+22
2018-02-22services: certbot: Fix indentation.Clément Lassieur1-2/+2
2018-02-22services: certbot: Run certbot twice a day at a random minute.Clément Lassieur1-4/+4
2018-02-22services: certbot: Listen on IPv6.Clément Lassieur1-2/+2
2017-12-18services: nginx: Replace 'http-port' and 'https-port' with 'listen'.Clément Lassieur1-2/+2
2017-12-17services: certbot: Fix certbot renewal job.Christopher Baines1-1/+1
2017-11-28services: certbot: Add default value and description.Ludovic Courtès1-1/+6
2017-11-28services: Add certbot service.Andy Wingo1-0/+128