[PR #809] [CLOSED] Acme update #936

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

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/809
Author: @spatrachari
Created: 3/16/2021
Status: Closed

Base: masterHead: ACME-Update


📝 Commits (10+)

  • bfd34be Add a script to simplify adding and removing route53 TXT records.
  • 626bba6 Initial settings for getting certs.
  • 06f8cb6 Placeholder for copying to s3.
  • d64b7db Making changes to config, hook script. Route53 script now checks status correctly.
  • adfea4e Script for copying certs to S3.
  • af7b718 Updating account key location
  • 6174234 Make sure that certs and keys are encrypted at rest.
  • 829f118 After adding the challenge we need to wait.
  • d793e9f Add a script that will dynamically generate the full domain file for each flavor.
  • d093d92 Changes for testing.

📊 Changes

7 files changed (+1914 additions, -331 deletions)

View changed files

config (+91 -0)
config.sh (+74 -0)
📝 dehydrated (+1319 -331)
hook.sh (+79 -0)
tools/certs_to_s3.py (+69 -0)
tools/create_domain_file.py (+130 -0)
tools/route53_txt_record.py (+152 -0)

📄 Description

No description provided


🔄 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/809 **Author:** [@spatrachari](https://github.com/spatrachari) **Created:** 3/16/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `ACME-Update` --- ### 📝 Commits (10+) - [`bfd34be`](https://github.com/dehydrated-io/dehydrated/commit/bfd34be244654c37344a5ae6914b6632125e600a) Add a script to simplify adding and removing route53 TXT records. - [`626bba6`](https://github.com/dehydrated-io/dehydrated/commit/626bba6fd3b17317bd4340eb3895712060aa54cc) Initial settings for getting certs. - [`06f8cb6`](https://github.com/dehydrated-io/dehydrated/commit/06f8cb6306001bb58d7f5ff2e1bc386eeacf514e) Placeholder for copying to s3. - [`d64b7db`](https://github.com/dehydrated-io/dehydrated/commit/d64b7db74bbada3261454b815f944c357a90b2b3) Making changes to config, hook script. Route53 script now checks status correctly. - [`adfea4e`](https://github.com/dehydrated-io/dehydrated/commit/adfea4e6d3a95893d707b783c50a44ca1347190a) Script for copying certs to S3. - [`af7b718`](https://github.com/dehydrated-io/dehydrated/commit/af7b718d6ee96040d9ed7458a4b521614a6c63a6) Updating account key location - [`6174234`](https://github.com/dehydrated-io/dehydrated/commit/61742346c019b5ae51cb7b329d7301680c040cb8) Make sure that certs and keys are encrypted at rest. - [`829f118`](https://github.com/dehydrated-io/dehydrated/commit/829f118edb9de04224ef662559f8a59f9c53d4fa) After adding the challenge we need to wait. - [`d793e9f`](https://github.com/dehydrated-io/dehydrated/commit/d793e9f5936d97922cb1f333319cbaf7aa1ce2ba) Add a script that will dynamically generate the full domain file for each flavor. - [`d093d92`](https://github.com/dehydrated-io/dehydrated/commit/d093d9251e660c4c3a8523a618abe2834d84fe2b) Changes for testing. ### 📊 Changes **7 files changed** (+1914 additions, -331 deletions) <details> <summary>View changed files</summary> ➕ `config` (+91 -0) ➕ `config.sh` (+74 -0) 📝 `dehydrated` (+1319 -331) ➕ `hook.sh` (+79 -0) ➕ `tools/certs_to_s3.py` (+69 -0) ➕ `tools/create_domain_file.py` (+130 -0) ➕ `tools/route53_txt_record.py` (+152 -0) </details> ### 📄 Description _No description provided_ --- <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:05 +01:00
adam closed this issue 2025-12-29 01:30:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#936