Commit graph

30 commits

Author SHA1 Message Date
e0c29cfcf1 Release 22.12.1 2022-12-02 18:04:11 +01:00
2afa4ab449 update CHANGELOG 2022-12-02 16:32:22 +01:00
24249d829c cert-expirations.sh: check CARP state only when checking ca and certs expirations 2022-12-02 15:08:31 +01:00
7382947fc3 Release 22.12 2022-12-01 16:50:41 +01:00
467ea5fe3d update CHANGELOG 2022-09-06 14:36:14 +02:00
34b53e63f2 The key file can be read and written only by the owner 2022-08-31 11:35:12 +02:00
5f792272c6 update CHANGELOG file 2022-07-13 11:20:01 +02:00
754c3455e0 Release 22.04 2022-04-14 17:20:04 +02:00
d614079138 Update CHANGELOG 2022-04-14 17:15:20 +02:00
530cd3b333 update changelog 2020-09-07 09:49:53 +02:00
a6c153b546 Copy files if destination exists 2020-05-06 00:40:36 +02:00
ab4e3e5de1 Rename --revoke-existing to --replace-existing 2020-05-06 00:38:57 +02:00
6bb05a6366 Add --revoke-existing command line option 2020-05-05 23:50:04 +02:00
e04f686651 Prevent use of uninitialized variables 2020-05-05 23:20:36 +02:00
f94f7d8cd3 Add --non-interactive command line option 2020-05-05 23:19:29 +02:00
fa5a344ef4 Remove "set -e" and add many return code checks 2020-05-05 11:45:11 +02:00
dfeaf77b9f Extract ask_user_password() function 2020-05-05 10:47:09 +02:00
706608ca4a Use inline pass phrase arguments
It doesn't seem more or less secure to embed the password as an argument
than an environment variable written at the begining of the line.
2020-05-05 10:46:42 +02:00
165c96ca55 Extract variables for files 2020-05-05 00:28:00 +02:00
7506003f53 Add --days and --end-date command line options 2020-05-05 00:22:35 +02:00
a30be3872f Extract is_user() and is_group() functions 2020-05-04 23:16:19 +02:00
d8a5d04fd0 Extract function cert_end_date() 2020-05-04 23:12:48 +02:00
a9b2fdd832 verify_ca_password() looks for a previously set password and verifies it 2020-05-04 18:55:10 +02:00
21182a8dcf CA key length is configurable (minimum 4096) 2020-05-04 18:53:14 +02:00
b03e77d307 More readable variable names 2020-05-04 18:16:39 +02:00
480077b600 update CHANGELOG for password-file option 2020-05-04 17:45:28 +02:00
1443df56bc Rename internal function usage() to show_usage() 2020-05-04 17:44:01 +02:00
48b282c2df Add a version number and version command 2020-05-04 17:43:09 +02:00
536de976cc Check on $USER was always true 2020-05-04 17:42:01 +02:00
2e6c4f541f Create a CHANGELOG 2020-05-04 17:41:21 +02:00