You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

310 lines
11 KiB

4 years ago
3 months ago
4 months ago
5 months ago
5 months ago
6 months ago
2 years ago
2 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. [//]: # (Copyright 2019-2020 Rodolphe Bréard <rodolphe@breard.tf>)
  2. [//]: # (Copying and distribution of this file, with or without modification,)
  3. [//]: # (are permitted in any medium without royalty provided the copyright)
  4. [//]: # (notice and this notice are preserved. This file is offered as-is,)
  5. [//]: # (without any warranty.)
  6. # Changelog
  7. All notable changes to this project will be documented in this file.
  8. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
  9. and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
  10. ## [0.23.0] - 2024-02-10
  11. ### Added
  12. - The `challenge-tls-alpn-01` hook now exposes the `raw_proof` variable, which contains the SHA-256 digest of the key authorization, encoded using Base64 URL scheme without padding.
  13. ### Changed
  14. - The minimum supported Rust version (MSRV) is now 1.74.
  15. ## [0.22.2] - 2024-01-09
  16. ### Fixed
  17. - The default hooks were not properly updated during the 0.22.0 release, which causes the certificate renewal to fail.
  18. ## [0.22.1] - 2023-12-20
  19. ### Fixed
  20. - The `Cargo.lock` file is now updated before a new version is released (GitHub bug #103).
  21. ## [0.22.0] - 2023-12-20
  22. ### Fixed
  23. - ACMEd no longer crashes when the `random_early_renew` parameter is set to zero (GitHub bug #102).
  24. ### Changed
  25. - The minimum supported Rust version (MSRV) is now 1.70.
  26. - Manual (and badly designed) threads have been replaced by async.
  27. - Randomized early delay, for spacing out renewals when dealing with a lot of certificates.
  28. - Replaced the template engine TinyTemplate with MiniJinja.
  29. - The default period of time between the certificate renewal and its expiration date (`renew_delay`) has been changed from 3 weeks to 30 days.
  30. ## [0.21.0] - 2022-12-19
  31. ### Fixed
  32. - The JWK representation of ECDSA keys now have their coordinates padded.
  33. ### Changed
  34. - The minimal required Rust version is now 1.60.
  35. ## [0.20.0] - 2022-05-08
  36. ### Added
  37. - The `--no-pid-file` argument has been added to ACMEd and tacd.
  38. ### Fixed
  39. - An invalid reference in the command line arguments has been fixed.
  40. - Some missing file path in log messages has been added.
  41. - The calculation of the certificate's expiration delay does no longer break compilation on some systems.
  42. ## [0.19.0] - 2022-04-17
  43. ### Added
  44. - The `acmed@user.service` systemd unit configuration has been added as an alternative to the `acmed.service` unit.
  45. ### Changed
  46. - The minimal required Rust version is now 1.54.
  47. ## [0.18.0] - 2021-06-13
  48. ### Added
  49. - Add support for Ed25519 and Ed448 account keys and certificates.
  50. - In addition to `restart`, the Polkit rule also allows the `reload`, `try-restart`, `reload-or-restart` and `try-reload-or-restart` verbs.
  51. ## [0.17.0] - 2021-05-04
  52. ### Added
  53. - Allow the configuration of some default values at compile time using environment variables.
  54. ### Changed
  55. - The template engine has been changed in favor of TinyTemplate, which has a different syntax than the previous one.
  56. - The default account directory now is `/var/lib/acmed/accounts`.
  57. - The default certificates and private keys directory now is `/var/lib/acmed/certs`.
  58. - The default for volatile runtime data now is `/run`.
  59. ## [0.16.0] - 2020-11-11
  60. ### Added
  61. - The `pkcs9_email_address`, `postal_address` and `postal_code` subject attributes has been added.
  62. ### Changed
  63. - The `friendly_name` and `pseudonym` subject attributes has been removed.
  64. - The `street_address` subject attribute has been renamed `street`.
  65. ## [0.15.0] - 2020-11-03
  66. ### Added
  67. - The names of both the certificate file and the associated private key can now be configured.
  68. ### Fixed
  69. - Configuration files cannot be loaded more than one time, which prevents infinite recursion.
  70. ### Changed
  71. - Certificates are now allowed to share the same name if their respective key type is different.
  72. ## [0.14.0] - 2020-10-27
  73. ### Added
  74. - Add proxy support through the `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` environment variables.
  75. - Allow to specify a unique name for each certificate.
  76. ### Changed
  77. - The minimal required Rust version is 1.42.0.
  78. ## [0.13.0] - 2020-10-10
  79. ### Added
  80. - In the configuration, `root_certificates` has been added to the `global` and `endpoint` sections as an array of strings representing the path to root certificate files.
  81. - At compilation, it is now possible to statically link OpenSSL using the `openssl_vendored` feature.
  82. - In the Makefile, it is now possible to specify which target triple to build for.
  83. ## [0.12.0] - 2020-09-26
  84. ### Added
  85. - Some subject attributes can now be specified.
  86. - Support for NIST P-521 certificates and account keys.
  87. ### Fixed
  88. - Support for Let's Encrypt non-standard account creation object.
  89. ## [0.11.0] - 2020-09-19
  90. ### Added
  91. - The `contacts` account configuration field has been added.
  92. - External account binding.
  93. ### Changed
  94. - The `email` account configuration field has been removed. In replacement, use the `contacts` field.
  95. - Accounts now have their own hooks and environment.
  96. - Accounts are now stored in a single binary file.
  97. ### Fixed
  98. - ACMEd can now build on platforms with a `time_t` not defined as an `i64`.
  99. - The Makefile is now fully works on FreeBSD.
  100. ## [0.10.0] - 2020-08-27
  101. ### Added
  102. - The account key type and signature algorithm can now be specified in the configuration using the `key_type` and `signature_algorithm` parameters.
  103. - The delay to renew a certificate before its expiration date can be specified in the configuration using the `renew_delay` parameter at either the certificate, endpoint and global level.
  104. - It is now possible to specify IP identifiers (RFC 8738) using the `ip` parameter instead of the `dns` one.
  105. - The hook templates of type `challenge-*` have a new `identifier_tls_alpn` field which contains, if available, the identifier in a form that is suitable to the TLS ALPN challenge.
  106. - Globing is now supported for configuration files inclusion.
  107. - The CSR's digest algorithm can now be specified using the `csr_digest` parameter.
  108. ### Changed
  109. - In the certificate configuration, the `domains` field has been renamed `identifiers`.
  110. - The `algorithm` certificate configuration field has been renamed `key_type`.
  111. - The `algorithm` hook template variable has been renamed `key_type`.
  112. - The `domain` hook template variable has been renamed `identifier`.
  113. - The default hooks have been updated.
  114. ### Fixed
  115. - The Makefile now works on FreeBSD. It should also work on other BSD although it has not been tested.
  116. ## [0.9.0] - 2020-08-01
  117. ### Added
  118. - System users and groups can now be specified by name in addition to uid/gid.
  119. ### Changed
  120. - The HTTP(S) part is now handled by `attohttpc` instead of `reqwest`.
  121. ### Fixed
  122. - In tacd, the `--acme-ext-file` parameter is now in conflict with `acme-ext` instead of itself.
  123. ## [0.8.0] - 2020-06-12
  124. ### Changed
  125. - The HTTP(S) part is now handled by `reqwest` instead of `http_req`.
  126. ## Fixed
  127. - `make install` now work with the busybox toolchain.
  128. ## [0.7.0] - 2020-03-12
  129. ### Added
  130. - Wildcard certificates are now supported. In the file name, the `*` is replaced by `_`.
  131. - Internationalized domain names are now supported.
  132. ### Changed
  133. - The PID file is now always written whether or not ACMEd is running in the foreground. Previously, it was written only when running in the background.
  134. ### Fixed
  135. - In the directory, the `externalAccountRequired` field is now a boolean instead of a string.
  136. ## [0.6.1] - 2019-09-13
  137. ### Fixed
  138. - A race condition when requesting multiple certificates on the same non-existent account has been fixed.
  139. - The `foregroung` option has been renamed `foreground`.
  140. ## [0.6.0] - 2019-06-05
  141. ### Added
  142. - Hooks now have the optional `allow_failure` field.
  143. - In hooks, the `stdin_str` has been added in replacement of the previous `stdin` behavior.
  144. - HTTPS request rate limits.
  145. ### Changed
  146. - Certificates are renewed in parallel.
  147. - Hooks are now cleaned right after the current challenge has been validated instead of after the certificate's retrieval.
  148. - In hooks, the `stdin` field now refers to the path of the file that should be written into the hook's standard input.
  149. - The logging format has been re-written.
  150. ### Fixed
  151. - The http-01-echo hook now correctly sets the file's access rights
  152. ## [0.5.0] - 2019-05-09
  153. ### Added
  154. - ACMEd now displays a warning when the server indicates an error in an order or an authorization.
  155. - A configuration file can now include several other files.
  156. - Hooks have access to environment variables.
  157. - In the configuration, the global section, certificates and domains can define environment variables for the hooks.
  158. - tacd is now able to listen on a unix socket.
  159. ## [0.4.0] - 2019-05-08
  160. ### Added
  161. - Man pages.
  162. - The project can now be built and installed using `make`.
  163. - The post-operation hooks now have access to the `is_success` template variable.
  164. - Challenge hooks now have the `is_clean_hook` template variable.
  165. - An existing certificate will be renewed if more domains have been added in the configuration.
  166. ### Changed
  167. - Unknown configuration fields are no longer tolerated.
  168. ### Removed
  169. - In challenge hooks, the `algorithm` template variable has been removed.
  170. ### Fixed
  171. - In some cases, ACMEd was unable to parse a certificate's expiration date.
  172. ## [0.3.0] - 2019-04-30
  173. ### Added
  174. - tacd, the TLS-ALPN-01 validation daemon.
  175. - An account object has been added in the configuration.
  176. - In the configuration, hooks now have a mandatory `type` variable.
  177. - It is now possible to declare hooks to clean after the challenge validation hooks.
  178. - The CLI `--root-cert` option has been added.
  179. - Failure recovery: HTTPS requests rejected by the server that are recoverable, like the badNonce error, are now retried several times before being considered a hard failure.
  180. - The TLS-ALPN-01 challenge is now supported. The proof is a string representation of the acmeIdentifier extension. The self-signed certificate itself has to be built by a hook.
  181. ### Changed
  182. - In the configuration, the `email` certificate field has been replaced by the `account` field which matches an account object.
  183. - The format of the `domain` configuration variable has changed and now includes the challenge type.
  184. - The `token` challenge hook variable has been renamed `file_name`.
  185. - The `challenge_hooks`, `post_operation_hooks`, `file_pre_create_hooks`, `file_post_create_hooks`, `file_pre_edit_hooks` and `file_post_edit_hooks` certificate variables has been replaced by `hooks`.
  186. - The logs has been purged from many useless debug and trace entries.
  187. ### Removed
  188. - The DER storage format has been removed.
  189. - The `challenge` certificate variables has been removed.
  190. ## [0.2.1] - 2019-03-30
  191. ### Changed
  192. - The bug that prevented from requesting more than two certificates has been fixed.
  193. ## [0.2.0] - 2019-03-27
  194. ### Added
  195. - The `kp_reuse` flag allow to reuse a key pair instead of creating a new one at each renewal.
  196. - It is now possible to define hook groups that can reference either hooks or other hook groups.
  197. - Hooks can be defined when before and after a file is created or edited (`file_pre_create_hooks`, `file_post_create_hooks`, `file_pre_edit_hooks` and `file_post_edit_hooks`).
  198. - It is now possible to send logs either to syslog or stderr using the `--to-syslog` and `--to-stderr` arguments.
  199. ### Changed
  200. - `post_operation_hook` has been renamed `post_operation_hooks`.
  201. - By default, logs are now sent to syslog instead of stderr.
  202. - The process is now daemonized by default. It is possible to still run it in the foreground using the `--foregroung` flag.