We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b39721 commit fb4e76eCopy full SHA for fb4e76e
nginx_proxy_manager_cli.sh
@@ -1571,7 +1571,7 @@ generate_certificate() {
1571
1572
echo -e "\n 🔔 Please WAIT until validation !!(or not)!! \n Data being sent: $DATA" # Log the data being sent
1573
1574
- HTTP_RESPONSE=$(curl -s -w "HTTPSTATUS:%{http_code}" -X POST "$BASE_URL/nginx/certificates" \
+ HTTP_RESPONSE=$(curl -s -w "HTTPSTATUS:%{http_code}" -X POST "$BASE_URL/users" \
1575
-H "Authorization: Bearer $(cat $TOKEN_FILE)" \
1576
-H "Content-Type: application/json; charset=UTF-8" \
1577
--data-raw "$DATA")
0 commit comments