mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-03 14:40:00 +01:00
LibreSSL support #46
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 @nshtg on GitHub (Feb 4, 2016).
Having libressl (
LibreSSL 2.3.2) in your path breaks the script since libressl does not supportsha.Maybe add the possibility to override the openssl binary path in the config file?
What I do right now is forcing the path manually:
@lukas2511 commented on GitHub (Feb 4, 2016):
I think the correct solution would be to use
openssl dgst -sha256in the script.openssl shaseems to be a legacy command. This will be fixed soon.