Acme.sh: Introduce variable for OpenSSL binary

Created on 6 Oct 2016  路  2Comments  路  Source: acmesh-official/acme.sh

Please add support for an optional variable in account.conf whereby a user can define the path to the OpenSSL binary.

For example, on systems with an older OpenSSL package, the sysadmin may have compiled a separate standalone version of modern OpenSSL. The variable would allow the user to override the system default. For example:

OPENSSL_BIN="/opt/openssl/bin/openssl"

Most helpful comment

Good idea, I will fix it soon.
Here is a temp workaround for you:

export PATH=/opt/openssl/bin/:$PATH
acme.sh --issue .......

All 2 comments

Good idea, I will fix it soon.
Here is a temp workaround for you:

export PATH=/opt/openssl/bin/:$PATH
acme.sh --issue .......

fixed at a746139c53b26052b6eec79c16fd100204d4e04c

Was this page helpful?
0 / 5 - 0 ratings

Related issues

feiyu0 picture feiyu0  路  4Comments

extensionsapp picture extensionsapp  路  3Comments

FernandoMiguel picture FernandoMiguel  路  5Comments

caruccio picture caruccio  路  5Comments

noplanman picture noplanman  路  4Comments