🔄 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/471
**Author:** [@aaronthebaron](https://github.com/aaronthebaron)
**Created:** 1/31/2018
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `DEVOPS-1328-new-certs`
---
### 📝 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
**6 files changed** (+595 additions, -0 deletions)
<details>
<summary>View changed files</summary>
➕ `config` (+91 -0)
➕ `config.sh` (+74 -0)
➕ `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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/dehydrated-io/dehydrated/pull/471
Author: @aaronthebaron
Created: 1/31/2018
Status: ❌ Closed
Base:
master← Head:DEVOPS-1328-new-certs📝 Commits (10+)
bfd34beAdd a script to simplify adding and removing route53 TXT records.626bba6Initial settings for getting certs.06f8cb6Placeholder for copying to s3.d64b7dbMaking changes to config, hook script. Route53 script now checks status correctly.adfea4eScript for copying certs to S3.af7b718Updating account key location6174234Make sure that certs and keys are encrypted at rest.829f118After adding the challenge we need to wait.d793e9fAdd a script that will dynamically generate the full domain file for each flavor.d093d92Changes for testing.📊 Changes
6 files changed (+595 additions, -0 deletions)
View changed files
➕
config(+91 -0)➕
config.sh(+74 -0)➕
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.