Revisions of dehydrated

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1144187 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 27)
- switch to sysuser for user/group setup
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1143714 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 26)
- Add user/group provides for rpm 4.19 

- Add instance name to unit description
- Check instance specific configuration
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 987893 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 23)
- Target should not PartOf on itself.

- Copy the changes entry into README.postrun-hooks to make it
  easier for users to find the information how to restore the
  postrun-hooks after the split.
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 882190 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 22)
- Enable instantiated services (boo#1184165)

- Prepare instantiated service/timer support but not enable it:
  This seems to fail due to missing systemd support right now.
  So the only option at the moment is to copy the timer and unit
  file for a 2nd instance. Mark all files as part of dehydrated.target

- Rework support for /etc/dehydrated/postrun-hooks.d/:
  dehydrated.service nolonger starts them directly, the support was
  moved to a separate unit file. Please run:
  systemctl enable dehydrated-postrun-hooks.service
  to restore this functionality
- Run dehydrated as dehydrated user again

- Do not use the full path for config.d in the config files, which
  will simplify implementing multi instance support.

- Added more-examples.patch:
  Explain how we can have per certificate key algorithms

- Add directory where cleanup can archive unused certificates
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 876590 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 21)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 854627 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 20)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 849382 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 19)
- dehydrated-apache2: Check for mod_compat (bsc#1178927)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 835832 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 18)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 817721 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 17)
- Update maintainer file and package description, remove features
  that are better described in the (upstream maintained) man page.

- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 800773 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 16)
- Removed lighttpd 1.x integration package. If you still would like
  to use lighttpd with dehydrated, follow the instructions in the
  README.maintainers file.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 796512 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 15)
- Provide nginx subpackage for SLE 15+ (jsc#SLE-11727)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 796008 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 14)
- Fix lighttpd config file (boo#1169834)
- Provide nginx subpackage for SLE 15+ (jsc#11756)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 724273 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 12)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 712112 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 11)
- Update to dehydrated 0.6.5
  * Fixed broken APIv1 compatibility from last update (forwarded request 712111 from dmolkentin)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 667788 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 10)
- Remove RandomizedDelaySec attribute for distros with older systemd
  (boo#1110697) (forwarded request 667787 from dmolkentin)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 601882 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 9)
* removes 0001-fixed-CA-url-in-example-config.patch
  * removes 0002-don-t-walk-certificate-chain-for-ACMEv2-certificate-.patch (forwarded request 601881 from dmolkentin)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 587475 from Daniel Molkentin's avatar Daniel Molkentin (dmolkentin) (revision 8)
- Don't add intermediate certificates twice when using ACMEv2 (bsc#1085305) 
  * Adds 0002-don-t-walk-certificate-chain-for-ACMEv2-certificate-.patch (forwarded request 587474 from dmolkentin)
Displaying revisions 1 - 20 of 27
openSUSE Build Service is sponsored by