mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Feature Request: Add alternative names to hook script calls #200
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?
Originally created by @patrickdk77 on GitHub (Feb 24, 2017).
Add a method to pass the subject alt names to the hook script, so the hook script and process these. Ideal for use with adding TLSA dns records after certificate signing.
@towolf commented on GitHub (Jun 19, 2017):
I would also like to create symlinks for all alternative names. I assume the request from this issue is required for that?
@lukas2511 commented on GitHub (Jul 11, 2017):
Since
367ef574f1altnamesshould be exposed as environment variable, you can take the names from there.@towolf commented on GitHub (Jul 11, 2017):
Thanks!