Browse Source

Update CleverReach REST Endpoint

pull/3132/head
Jan-Philipp Benecke 4 years ago
parent
commit
f7e12b629f
No known key found for this signature in database GPG Key ID: 60E71CF4F1EB4383
  1. 2
      deploy/cleverreach.sh

2
deploy/cleverreach.sh

@ -54,7 +54,7 @@ cleverreach_deploy() {
_certData="{\"cert\":\"$(_json_encode <"$_cfullchain")\", \"key\":\"$(_json_encode <"$_ckey")\"}"
export _H1="Authorization: Bearer ${_access_token}"
_add_cert_result="$(_post "$_certData" "https://rest.cleverreach.com/v3/ssl/${_cdomain}" "" "POST" "application/json")"
_add_cert_result="$(_post "$_certData" "https://rest.cleverreach.com/v3/ssl" "" "POST" "application/json")"
_debug "Destroying token at CleverReach"
_post "" "https://rest.cleverreach.com/v3/oauth/token.json" "" "DELETE" "application/json"

Loading…
Cancel
Save