mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-14 07:33:34 +01:00
[PR #635] [CLOSED] Add --single to only process a single line of domains.txt #881
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.