|
@ -68,7 +68,7 @@ hpilo_deploy() { |
|
|
_info "Attempting to deploy certificate '$_ccert' to '$Le_Deploy_ilo_host'" |
|
|
_info "Attempting to deploy certificate '$_ccert' to '$Le_Deploy_ilo_host'" |
|
|
|
|
|
|
|
|
ilo_credentials="${Le_Deploy_ilo_username}:${Le_Deploy_ilo_password}" |
|
|
ilo_credentials="${Le_Deploy_ilo_username}:${Le_Deploy_ilo_password}" |
|
|
_secure_debug "HPILO_USERNAME:HPILO_PASSWORD" $ilo_credentials |
|
|
|
|
|
|
|
|
_secure_debug "HPILO_USERNAME:HPILO_PASSWORD" "$ilo_credentials" |
|
|
ilo_credentials_encoded=$(printf "%s" "$ilo_credentials" | _base64) |
|
|
ilo_credentials_encoded=$(printf "%s" "$ilo_credentials" | _base64) |
|
|
export _H1="Authorization: Basic ${ilo_credentials_encoded}" |
|
|
export _H1="Authorization: Basic ${ilo_credentials_encoded}" |
|
|
_debug3 _H1 "$_H1" |
|
|
_debug3 _H1 "$_H1" |
|
|