mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
Unable to sign a CSR that contains multiple alt_names #553
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 @Maanya-S on GitHub (Nov 14, 2021).
I have generated a CSR using the following config file - csr.conf.txt
(has 2 alt names).
This is the CSR that was generated - example.csr.txt
When I try to sign this csr, I am getting this error:
However when I try the same thing with just one alt name at a time in the config file like this - csr2.conf.txt , it works fine.
Is this feature of adding multiple alt_names supported? And if it is, please let me know how I can make it work.
@lukas2511 commented on GitHub (Nov 16, 2021):
Can you check if this works with the latest release version of dehydrated? I think I might have broken a few things when I tried to clean up the code for shellcheck... I really need to get working on the automated testing system for stuff like this...