Skip to content

Commit fb4e76e

Browse files
committed
fix hints from pr
1 parent 6b39721 commit fb4e76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx_proxy_manager_cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ generate_certificate() {
15711571

15721572
echo -e "\n 🔔 Please WAIT until validation !!(or not)!! \n Data being sent: $DATA" # Log the data being sent
15731573

1574-
HTTP_RESPONSE=$(curl -s -w "HTTPSTATUS:%{http_code}" -X POST "$BASE_URL/nginx/certificates" \
1574+
HTTP_RESPONSE=$(curl -s -w "HTTPSTATUS:%{http_code}" -X POST "$BASE_URL/users" \
15751575
-H "Authorization: Bearer $(cat $TOKEN_FILE)" \
15761576
-H "Content-Type: application/json; charset=UTF-8" \
15771577
--data-raw "$DATA")

0 commit comments

Comments
 (0)