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>
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/635
Author: @azielke
Created: 3/26/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
b377921Add --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:
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.