mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-04-28 22:53:53 +00:00
Merge pull request #2 from ms264556/dev
fix insecure password debug and _info typo
This commit is contained in:
commit
5f7ad72d45
@ -63,7 +63,7 @@ ruckus_deploy() {
|
||||
|
||||
_debug RUCKUS_HOST "$RUCKUS_HOST"
|
||||
_debug RUCKUS_USER "$RUCKUS_USER"
|
||||
_debug RUCKUS_PASS "$RUCKUS_PASS"
|
||||
_secure_debug RUCKUS_PASS "$RUCKUS_PASS"
|
||||
|
||||
export HTTPS_INSECURE=1
|
||||
export ACME_HTTP_NO_REDIRECTS=1
|
||||
@ -127,7 +127,7 @@ ruckus_deploy() {
|
||||
_replace_cert_ajax='<ajax-request action="docmd" comp="system" updater="rid.0.5" xcmd="replace-cert" checkAbility="6" timeout="-1"><xcmd cmd="replace-cert" cn="'$RUCKUS_HOST'"/></ajax-request>'
|
||||
_post "$_replace_cert_ajax" "$_base_url/_cmdstat.jsp" >/dev/null
|
||||
|
||||
info "Rebooting"
|
||||
_info "Rebooting"
|
||||
_cert_reboot_ajax='<ajax-request action="docmd" comp="worker" updater="rid.0.5" xcmd="cert-reboot" checkAbility="6"><xcmd cmd="cert-reboot" action="undefined"/></ajax-request>'
|
||||
_post "$_cert_reboot_ajax" "$_base_url/_cmdstat.jsp" >/dev/null
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user