mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 15:13:33 +01:00
Patch for configuring openssl command #212
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 @s5410s on GitHub (Apr 12, 2017).
I installed openssl and libressl together, and I wrote patch for switching between them
New configuration keyword: OPENSSL_CMD="openssl"
patch.zip
@O2Graphics commented on GitHub (May 11, 2017):
Hello,
I'm not sure it's the best way to contribute on Github with a patch as a .zip file.
Anyway, to use LibreSSL, you don't need to add a new parameter, you can just add:
alias openssl='/usr/local/bin/openssl'in your dehydrated's config file.Best Regards.