[PR #443] [CLOSED] #396 alias take 2 #834

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

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/443
Author: @typingArtist
Created: 10/8/2017
Status: Closed

Base: masterHead: 396-alias-take-2


📝 Commits (3)

📊 Changes

6 files changed (+205 additions, -123 deletions)

View changed files

📝 CHANGELOG (+1 -0)
📝 dehydrated (+153 -123)
📝 docs/domains_txt.md (+29 -0)
📝 docs/examples/domains.txt (+1 -0)
📝 docs/per-certificate-config.md (+5 -0)
📝 test.sh (+16 -0)

📄 Description

This is the second attempt to adding the alias feature. Thanks to Dirk’s input, the feature has now a more concise configuration syntax and allows specifying of multiple aliases, i.e. multiple similar certificates for the same set of domains on one line in domains.txt.

  • implemented
  • added docs
  • extensively tested

🔄 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/443 **Author:** [@typingArtist](https://github.com/typingArtist) **Created:** 10/8/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `396-alias-take-2` --- ### 📝 Commits (3) - [`9994bf8`](https://github.com/dehydrated-io/dehydrated/commit/9994bf8c4b9b3f127fd54e85f4f9b0779c8017dd) make certdir a parameter to sign_domain - [`36a6a68`](https://github.com/dehydrated-io/dehydrated/commit/36a6a68bbaf3f112e151702d98f45b4d84f6e75e) add redirection feature for specifying certificate alias #396 - [`cf7ae6e`](https://github.com/dehydrated-io/dehydrated/commit/cf7ae6eb154c4e6a40509cfe6765e14f267eb754) fix indentation #396 ### 📊 Changes **6 files changed** (+205 additions, -123 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG` (+1 -0) 📝 `dehydrated` (+153 -123) 📝 `docs/domains_txt.md` (+29 -0) 📝 `docs/examples/domains.txt` (+1 -0) 📝 `docs/per-certificate-config.md` (+5 -0) 📝 `test.sh` (+16 -0) </details> ### 📄 Description This is the second attempt to adding the alias feature. Thanks to Dirk’s input, the feature has now a more concise configuration syntax and allows specifying of multiple aliases, i.e. multiple similar certificates for the same set of domains on one line in `domains.txt`. - [x] implemented - [x] added docs - [ ] extensively tested --- <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:29:33 +01:00
adam closed this issue 2025-12-29 01:29:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#834