Formatting for CI

This commit is contained in:
Jan-Philipp Benecke 2020-08-28 11:30:23 +02:00
parent 39a5688464
commit 2a9c56d9e3
No known key found for this signature in database
GPG Key ID: 60E71CF4F1EB4383
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ cleverreach_deploy() {
_info "Uploading certificate and key to CleverReach"
_certData="{\"cert\":\"$(_json_encode < "$_cfullchain")\", \"key\":\"$(_json_encode < "$_ckey")\"}"
_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")"