mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
Fix Le_Keylength case
This commit is contained in:
parent
08d29a8342
commit
733b4e0a34
@ -113,11 +113,11 @@ haproxy_deploy() {
|
||||
# Set the suffix depending if we are creating a bundle or not
|
||||
if [ "${Le_Deploy_haproxy_bundle}" = "yes" ]; then
|
||||
_info "Bundle creation requested"
|
||||
# Initialise $Le_KeyLength if its not already set
|
||||
if [ -z "${Le_KeyLength}" ]; then
|
||||
Le_KeyLength=""
|
||||
# Initialise $Le_Keylength if its not already set
|
||||
if [ -z "${Le_Keylength}" ]; then
|
||||
Le_Keylength=""
|
||||
fi
|
||||
if _isEccKey "${Le_KeyLength}"; then
|
||||
if _isEccKey "${Le_Keylength}"; then
|
||||
_info "ECC key type so set suffix to .ecc"
|
||||
_suffix=".ecc"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user