Update truenas.sh

This commit is contained in:
F-Plass 2021-02-07 21:24:06 +01:00
parent a836842a7e
commit a7ca010d4e
1 changed files with 0 additions and 2 deletions

View File

@ -100,8 +100,6 @@ truenas_deploy() {
_certname="Letsencrypt_$(_utc_date | tr ' ' '_' | tr -d -- ':')"
_debug3 _certname "$_certname"
return 0
_certData="{\"create_type\": \"CERTIFICATE_CREATE_IMPORTED\", \"name\": \"${_certname}\", \"certificate\": \"$(_json_encode <"$_cfullchain")\", \"privatekey\": \"$(_json_encode <"$_ckey")\"}"
_add_cert_result="$(_post "$_certData" "$_api_url/certificate" "" "POST" "application/json")"