Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step 2: Process Substitution not generally supported #35

Closed
schmidt3d opened this issue Dec 8, 2015 · 3 comments
Closed

Step 2: Process Substitution not generally supported #35

schmidt3d opened this issue Dec 8, 2015 · 3 comments

Comments

@schmidt3d
Copy link

Process substitution is not generally supported by all shells. Running Step 2 in busybox on a Synology NAS, I had to use a work around using temporary files.
Maybe it makes sense to change this in order to make the shell code more general?

@TrooperMaXX
Copy link

hey i have the same problem with our NAS can u show me the workaround :)

@schmidt3d
Copy link
Author

Sure!

printf "[SAN]\nsubjectAltName=DNS:foo.com,DNS:www.foo.com" >tmp1
cat /etc/ssl/openssl.cnf tmp1 >tmp2
openssl req -new -sha256 -key domain.key -subj "/" -reqexts SAN -config tmp2
rm tmp1
rm tmp2

@diafygi
Copy link
Owner

diafygi commented Dec 10, 2015

Thanks for the note, but CSR generation gotchas are a bit out of scope for this project. If you have a special environment, adjust the help text as needed. The help text is only there to give you suggested commands, not cover all edge cases.

@diafygi diafygi closed this as completed Dec 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants