[PR #635] [CLOSED] Add --single to only process a single line of domains.txt #881

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

📋 Pull Request Information

Original PR: https://github.com/dehydrated-io/dehydrated/pull/635
Author: @azielke
Created: 3/26/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • b377921 Add --single to only process a single entry of domains.txt

📊 Changes

1 file changed (+21 additions, -0 deletions)

View changed files

📝 dehydrated (+21 -0)

📄 Description

This adds the Parameter --single to only process a single certificate of domains.txt.

The value of --single is tried to match against the first domain of every line in domains.txt only.

With an domains.txt like this:

example.com www.example.com
example.net

An run with: dehydrated -c --single example.com
the certificate for "example.com www.example.com" will be generated.

dehydrated -c --single www.example.com would not generate any certificate.


🔄 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/635 **Author:** [@azielke](https://github.com/azielke) **Created:** 3/26/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b377921`](https://github.com/dehydrated-io/dehydrated/commit/b377921fd47d3bb696ae21206b6a79ad82c269e9) Add --single to only process a single entry of domains.txt ### 📊 Changes **1 file changed** (+21 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `dehydrated` (+21 -0) </details> ### 📄 Description This adds the Parameter --single to only process a single certificate of domains.txt. The value of --single is tried to match against the first domain of every line in domains.txt only. With an domains.txt like this: ``` example.com www.example.com example.net ``` An run with: dehydrated -c --single example.com the certificate for "example.com www.example.com" will be generated. dehydrated -c --single www.example.com would not generate any certificate. --- <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:48 +01:00
adam closed this issue 2025-12-29 01:29:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#881