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.
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.
I would also like to create symlinks for all alternative names. I assume the request from this issue is required for that?
@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?
Since 367ef574f1altnames should be exposed as environment variable, you can take the names from there.
@lukas2511 commented on GitHub (Jul 11, 2017):
Since 367ef574f154ad60acfeaa0101917f6da898cb24 `altnames` should be exposed as environment variable, you can take the names from there.
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.
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!