Commit graph

15 commits

Author SHA1 Message Date
Mathieu Trossevin 5ea07db20c
Use genpkey instead of genrsa to generate private keys
`genrsa` is being deprecated by openssl for a long time and `genpkey` do
the same thing (and more) better so we might as well use it.
2022-04-06 12:14:19 +02:00
Jérémy Lecour 692b50ebf9 Release 21.01 2021-01-07 19:14:08 +01:00
Jérémy Lecour 630da81b9e Do not upgrade certbot when executing the command 2021-01-07 19:14:08 +01:00
Jérémy Lecour 9002c87ee7 Release 20.12 2020-12-01 22:25:53 +01:00
Jérémy Lecour d169061c81 Release 20.11 2020-11-19 21:20:00 +01:00
Jérémy Lecour b52d983754 emulate certbot hooks environment variables 2020-11-19 21:20:00 +01:00
Jérémy Lecour 86e64187cc don't stop global execution when hooks return errors 2020-11-19 21:20:00 +01:00
Jérémy Lecour 7b8896d3e8 exclude only hooks with .disable to execute hooks with .sh 2020-11-19 21:20:00 +01:00
Jérémy Lecour be1aaa36ca Release 20.08 2020-08-21 13:59:15 +02:00
Jérémy Lecour 9fe4dc24b9 evoacme: use Let's Encrypt deploy hooks by default 2020-08-21 13:57:30 +02:00
Jérémy Lecour 81e7548c73 Release 20.06.1 2020-06-05 11:00:11 +02:00
Jérémy Lecour 1fb604802b fixed a bad logic for arguments parsing 2020-06-05 10:58:35 +02:00
Jérémy Lecour 4d46d4ffe0 Release 20.06 2020-06-03 12:09:37 +02:00
Jérémy Lecour fdbfc13d79 remove usage of "acme" user, root does all the work
Recent versions of certbot need to be run as root, so there is no good 
reason to run it as an unprivileged user anymore.
2020-06-03 12:03:08 +02:00
Jérémy Lecour 6ae5157699 Release 19.11 2019-11-05 14:04:43 +01:00