|
@@ -113,11 +113,11 @@ haproxy_deploy() {
|
|
|
|
|
|
if [ "${Le_Deploy_haproxy_bundle}" = "yes" ]; then
|
|
if [ "${Le_Deploy_haproxy_bundle}" = "yes" ]; then
|
|
_info "Bundle creation requested"
|
|
_info "Bundle creation requested"
|
|
-
|
|
+
|
|
- if [ -z "${Le_KeyLength}" ]; then
|
|
+ if [ -z "${Le_Keylength}" ]; then
|
|
- Le_KeyLength=""
|
|
+ Le_Keylength=""
|
|
fi
|
|
fi
|
|
- if _isEccKey "${Le_KeyLength}"; then
|
|
+ if _isEccKey "${Le_Keylength}"; then
|
|
_info "ECC key type so set suffix to .ecc"
|
|
_info "ECC key type so set suffix to .ecc"
|
|
_suffix=".ecc"
|
|
_suffix=".ecc"
|
|
else
|
|
else
|