[PR #760] [CLOSED] implement account deactivation through --deactivate parameter #919

Closed
opened 2025-12-29 01:30:00 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/760
Author: @danimo
Created: 9/2/2020
Status: Closed

Base: masterHead: fix_216


📝 Commits (10+)

  • 81e3c9f implement account deactivation through --deactivate parameter
  • 8d00cc7 use presets for some CAs instead of requiring full urls
  • 2696035 removed accidental shebang
  • 6e64ad5 read boolean values from json
  • b1ae540 EAB + ZeroSSL support
  • 2307ad9 readme+changelog
  • c40906f fixed bad typo..
  • a45040e do not fail on challenge in "processing" state (fixes #759)
  • feae4ee eab: use hex key instead of binary (fixes issue with nullbytes)
  • c072720 tmpfix: log error if acmev1 validation is denied + fix unbound variable

📊 Changes

4 files changed (+172 additions, -17 deletions)

View changed files

📝 CHANGELOG (+5 -0)
📝 README.md (+1 -0)
📝 dehydrated (+162 -15)
📝 docs/examples/config (+4 -2)

📄 Description

This is an updated version of https://github.com/lukas2511/dehydrated/files/2641548/dehydrated_add_deactivate_command.diff.txt

Fixes #216


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dehydrated-io/dehydrated/pull/760 **Author:** [@danimo](https://github.com/danimo) **Created:** 9/2/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix_216` --- ### 📝 Commits (10+) - [`81e3c9f`](https://github.com/dehydrated-io/dehydrated/commit/81e3c9f9755a9e024145d02e64941c258852209e) implement account deactivation through --deactivate parameter - [`8d00cc7`](https://github.com/dehydrated-io/dehydrated/commit/8d00cc7e333155b11d85db7a75268aaf0ef9c423) use presets for some CAs instead of requiring full urls - [`2696035`](https://github.com/dehydrated-io/dehydrated/commit/269603542ddde5f008b9de1fabea165b1f575110) removed accidental shebang - [`6e64ad5`](https://github.com/dehydrated-io/dehydrated/commit/6e64ad56d8cf0ab1f9014fcd2a04d002d7b96851) read boolean values from json - [`b1ae540`](https://github.com/dehydrated-io/dehydrated/commit/b1ae540a90dbb6220b8777cc85f58310f63246fa) EAB + ZeroSSL support - [`2307ad9`](https://github.com/dehydrated-io/dehydrated/commit/2307ad96f10c1e921595697d1c0bd6225201b8ab) readme+changelog - [`c40906f`](https://github.com/dehydrated-io/dehydrated/commit/c40906f9e17f4f3a8cbda14c7e0d94aae10c619d) fixed bad typo.. - [`a45040e`](https://github.com/dehydrated-io/dehydrated/commit/a45040ea2c8f2362b5e0bed06936ae5152308d75) do not fail on challenge in "processing" state (fixes #759) - [`feae4ee`](https://github.com/dehydrated-io/dehydrated/commit/feae4ee9d05528035bf781fb2cdfaba637d35886) eab: use hex key instead of binary (fixes issue with nullbytes) - [`c072720`](https://github.com/dehydrated-io/dehydrated/commit/c072720c73aff9ea30e1f17c9d37aa16eaf3b344) tmpfix: log error if acmev1 validation is denied + fix unbound variable ### 📊 Changes **4 files changed** (+172 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG` (+5 -0) 📝 `README.md` (+1 -0) 📝 `dehydrated` (+162 -15) 📝 `docs/examples/config` (+4 -2) </details> ### 📄 Description This is an updated version of https://github.com/lukas2511/dehydrated/files/2641548/dehydrated_add_deactivate_command.diff.txt Fixes #216 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:30:00 +01:00
adam closed this issue 2025-12-29 01:30:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#919