Changelog for
dehydrated-0.7.0-85.1.noarch.rpm :
* Mon Mar 29 2021 Marcus Rueckert
- Do not use the full path for config.d in the config files, which will simplify implementing multi instance support.
* Mon Mar 29 2021 Marcus Rueckert - Added more-examples.patch: Explain how we can have per certificate key algorithms
* Sun Mar 14 2021 Olav Reinert - Add directory where cleanup can archive unused certificates
* Wed Mar 03 2021 Daniel Molkentin - Clarified new default settings. KEY_ALGO=secp384r1. Please consult README.maintainer for details and how to return to RSA-based certificate issuance. (jsc#ECO-3435, jsc#SLE-15909)- Added a note about ACMEv1 deprecation- Added a note on new ACME providers and the new non-URL provider syntax See README.maintainer for details.
* Thu Dec 10 2020 Daniel Molkentin - Update to dehydrated 0.7.0 (JSC#SLE-15909) Added Support for external account bindings Special support for ZeroSSL Support presets for some CAs instead of requiring URLs Allow requesting preferred chain (--preferred-chain) Added method to show CAs current terms of service (--display-terms) Allow setting path to domains.txt using cli arguments (--domains-txt) Added new cli command --cleanupdelete which deletes old files instead of archiving them Fixed No more silent failures on broken hook-scripts Better error-handling with KEEP_GOING enabled Check actual order status instead of assuming it\'s valid Don\'t include keyAuthorization in challenge validation (RFC compliance) Changed Using EC secp384r1 as default certificate type Use JSON.sh to parse JSON Use account URL instead of account ID (RFC compliance) Dehydrated now has a new home: https://github.com/dehydrated-io/dehydrated Added OCSP_FETCH and OCSP_DAYS to per-certificate configurable options Cleanup now also removes dangling symlinks
* Thu Nov 19 2020 Daniel Molkentin - dehydrated-apache2: Check for mod_compat (bsc#1178927)
* Mon Sep 14 2020 Daniel Molkentin - Reenable nginx subpackage for factory
* Mon Jun 29 2020 Daniel Molkentin - Update maintainer file and package description, remove features that are better described in the (upstream maintained) man page.
* Mon Jun 29 2020 Daniel Molkentin - Remove potentially harmful scriptlet (bsc#1154167). Documented transition case in the maintainer README. Unlikely enough. The versions that have not transitioned yet would be broken for more than two years now.
* Wed May 06 2020 Daniel Molkentin - Removed lighttpd 1.x integration package. If you still would like to use lighttpd with dehydrated, follow the instructions in the README.maintainers file.
* Mon Apr 20 2020 Daniel Molkentin - Fix lighttpd config file (boo#1169834)- Provide nginx subpackage for SLE 15+ (jsc#SLE-11727)
* Mon Feb 03 2020 Dominique Leuenberger - Drop systemd BuildRequires: pkgconfig(systemd) is already in place and is synonymous.
* Thu Oct 17 2019 Richard Brown - Remove obsolete Groups tag (fate#326485)
* Sat Aug 10 2019 Daniel Molkentin - Behavioral change: Use cron only for older RHEL/CentOS versions (along with SLE < 12.0). Everything else now uses systemd. Please adopt accordingly! Refer to README.md for
* Wed Jun 26 2019 Daniel Molkentin - Update to dehydrated 0.6.5
* Fixed broken APIv1 compatibility from last update
* Tue Jun 25 2019 Daniel Molkentin - Update to dehydrated 0.6.4
* Fetch account ID from Location header instead of account json (bsc#1139408)- Update to dehydrated 0.6.3
* OCSP refresh interval is now configurable
* Implemented POST-as-GET
* Call exit_hook on errors (with error-message as first parameter)
* Initial support for tls-alpn-01 validation
* New hook: sync_cert (for syncing certificate files to disk, see example hook description)
* Fetch account information after registration to avoid missing account id
* Tue Jan 22 2019 Daniel Molkentin - Remove RandomizedDelaySec attribute for distros with older systemd (boo#1110697)
* Fri Apr 27 2018 daniel.molkentinAATTsuse.com- Update to dehydrated 0.6.2
* removes 0001-fixed-CA-url-in-example-config.patch
* removes 0002-don-t-walk-certificate-chain-for-ACMEv2-certificate-.patch Added
* New deploy_ocsp hook
* Allow account registration with custom key Changed
* Don\'t walk certificate chain for ACMEv2 (certificate contains chain by default)
* Improved documentation on wildcards Fixes
* Added workaround for compatibility with filesystem ACLs
* Close unwanted external file-descriptors
* Fixed JSON parsing on force-renewal (bsc#1091216)
* Fixed cleanup of challenge files/dns-entries on validation errors
* A few more minor fixes
* Thu Mar 15 2018 daniel.molkentinAATTsuse.com- Don\'t add intermediate certificates twice when using ACMEv2 (bsc#1085305)
* Adds 0002-don-t-walk-certificate-chain-for-ACMEv2-certificate-.patch
* Wed Mar 14 2018 daniel.molkentinAATTsuse.com- Fix issues introduced by 0.6.1 (bsc#1085305)
* bring back man page
* reflect new endpoint in (commented out) config file section (adds 0001-fixed-CA-url-in-example-config.patch, backported from upstream\'s master branch)
* Tue Mar 13 2018 daniel.molkentinAATTsuse.com- Updated dehydrated to 0.6.1 (bsc#1084854)
* Use new ACME v2 endpoint by default
* Mon Mar 12 2018 daniel.molkentinAATTsuse.com- Updated dehydrated to 0.6.0 (bsc#1084854) Changed
* Challenge validation loop has been modified to loop over authorization identifiers instead of altnames (ACMEv2 + wildcard support)
* Removed LICENSE parameter from config (terms of service is now acquired directly from the CA directory) Added
* Support for ACME v02 (including wildcard certificates!)
* New hook: generate_csr (see example hook script for more information)
* Calling random hook on startup to make it clear to hook script authors that unknown hooks should just be ignored...
* Mon Jan 15 2018 daniel.molkentinAATTsuse.com- Remove redundant noarch entries. They cause an error in RPM 4.14.
* Mon Jan 15 2018 daniel.molkentinAATTsuse.com- Updated dehydrated to 0.5.0 This removes the following patches and files, which are now part of the upstream package:
* 0001-Add-optional-user-and-group-configuration.patch
* 0002-use-nullglob-disable-warning-on-empty-CONFIG_D-direc.patch
* dehydrated.1: the man page has been adopted by upstream Starting with this version, upstream introduced signed releases, which is now being used for source validation. Upstream changes: Changed
* Certificate chain is now cached (CHAINCACHE)
* OpenSSL binary path is now configurable (OPENSSL)
* Cleanup now also moves revoked certificates Added
* New feature for updating contact information (--account)
* Allow automatic cleanup on exit (AUTO_CLEANUP)
* Initial support for fetching OCSP status to be used for OCSP stapling (OCSP_FETCH)
* Certificates can now have aliases to create multiple certificates with identical set of domains (see --alias and domains.txt documentation)
* Allow dehydrated to run as specified user (/group). This was already available previously as a patch to this package.