mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
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/400
Author: @typingArtist
Created: 6/8/2017
Status: ❌ Closed
Base:
master← Head:396-cert-alias📝 Commits (3)
cd03e2a396 replace ${CERTDIR}/${domain} with ${certdir} everywhere3116fe0Dictate certdir to sign_domain by command_sign_domainse0880bbadd --alias option to domains.txt #396📊 Changes
6 files changed (+99 additions, -44 deletions)
View changed files
📝
CHANGELOG(+1 -1)📝
dehydrated(+60 -43)📝
docs/domains_txt.md(+19 -0)📝
docs/examples/domains.txt(+2 -0)📝
docs/per-certificate-config.md(+2 -0)📝
test.sh(+15 -0)📄 Description
This change adds a feature where each line in domains.txt can be prefixed by "--alias alias-name", where the given alias-name is used instead of the primary (first) domain name on that line, for looking up the configuration and for storing the certificate. With that change it is possible to generate multiple certificates with the same primary domain name and differentiate the configuration and output path via the alias-name. One use case is for generating both an RSA and an ECDSA key/cert combination. This change fixes #396.
[x] tested manually
[x] added simple test case to
test.sh[x] added documentation updates
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.