neil
4c8a143086
fix proxmoxve/proxmoxbs deploy: fail on non-2xx API response
...
The success check only grepped "message" from the response body, but
PVE/PBS auth failures return HTTP 401 with an empty body, so wrong or
unauthorized API tokens were reported as "Certificate successfully
deployed". Also _retval captured the exit code of the message pipeline
instead of _post. Check the HTTP status line from $HTTP_HEADER and
capture _post's exit code directly.
fix https://github.com/acmesh-official/acme.sh/issues/7141
2026-07-20 10:02:54 +08:00
infinitydev
020a4bb5b3
check Proxmox VE API response for errors
2026-02-17 12:12:17 +00:00
Jacobo de Vera
5aae3333bc
Show proxmox deploy scripts response only on debug
2025-08-31 20:44:24 +01:00
Adnan RIHAN
00dbc3881f
Fixed variables
2023-11-01 20:02:16 +01:00
neil
9b79743c5d
Update proxmoxve.sh
2022-06-23 14:12:53 +08:00
neil
a386826808
Update proxmoxve.sh
2022-06-23 14:11:36 +08:00
neil
668894fc4d
Update proxmoxve.sh
2022-06-23 14:08:24 +08:00
William Sellitti
799f509ba9
typo
2022-06-22 23:19:12 -04:00
William Sellitti
b3b4811b2c
added savedeployconf to preserve environment variables usedi in initial deployments
2022-06-19 22:01:56 -04:00
William Sellitti
966e4246e5
Merge branch 'proxmoxve' of gitlab.lan.home.wesitcllc.com:software/upstream/acme.sh into proxmoxve
2022-06-19 01:49:51 -04:00
William Sellitti
9377c4f3ad
Merge branch 'proxmoxve' of github.com:wsellitti/acme.sh into proxmoxve
2022-06-19 01:46:45 -04:00
William Sellitti
b876128635
forced content-type to json
2022-06-19 01:46:10 -04:00
William Sellitti
c0da801580
Revert "'+' are being converted to ' ' at some point"
...
This reverts commit 149310e1ec .
2022-06-18 17:00:36 -04:00
William Sellitti
149310e1ec
'+' are being converted to ' ' at some point
2022-06-18 16:58:15 -04:00
William Sellitti
4e625c18dc
Revert "seems like the escaped new lines aren't remaining escaped new lines with the new version of curl"
...
This reverts commit a5d5113be3 .
2022-06-18 16:56:46 -04:00
William Sellitti
a5d5113be3
seems like the escaped new lines aren't remaining escaped new lines with the new version of curl
2022-06-18 16:55:12 -04:00
William Sellitti
7900c493af
debugging for the payload
2022-06-18 16:43:25 -04:00
William Sellitti
76fe5d8831
those where flipped by mistake
2022-06-18 16:39:32 -04:00
William Sellitti
37031721dd
typo
2022-06-18 15:52:18 -04:00
William Sellitti
3cc283cbee
not generating files any more
2022-06-18 15:44:25 -04:00
William Sellitti
35cf98fff2
sensititive things debugged at a higher level
2022-06-18 15:41:38 -04:00
William Sellitti
ca41ea2d5c
added _getdeployconf to set all of the environment variables
2022-06-18 15:40:05 -04:00
William Sellitti
daffc4e6a4
typo, using _H1 to provide header keys.
2022-06-18 12:21:14 -04:00
William Sellitti
5f3cb9019b
fixed to use _post function instead of curl
2022-06-18 12:18:33 -04:00
neil
7be7586971
Update proxmoxve.sh
2022-06-18 15:01:38 +08:00
William Sellitti
6d64098288
shell check war warning against unnecessary use of cat
2022-06-14 23:46:09 -04:00
William Sellitti
4351110082
properly quoted variable names
2022-06-14 22:38:06 -04:00
William Sellitti
6652138d3e
fixed per shellcheck's preference for -n instead of ! -z
2022-06-14 22:33:38 -04:00
William Sellitti
c8d0d475e4
deploy api script to upload certs to proxmox using proxmox api
2022-06-11 13:49:31 -04:00