]> git.proxmox.com Git - mirror_acme.sh.git/blobdiff - dnsapi/dns_oci.sh
Merge pull request #4158 from lufi42/dev
[mirror_acme.sh.git] / dnsapi / dns_oci.sh
index eb0061204889236121152d1edb896840bd9ef205..3b81143f83af96126fc3d1b07cb8b4e323618eb0 100644 (file)
@@ -159,7 +159,7 @@ _oci_config() {
   fi
 
   if [ "$(printf "%s\n" "$OCI_CLI_KEY" | wc -l)" -eq 1 ]; then
-    OCI_CLI_KEY=$(printf "%s" "$OCI_CLI_KEY" | _dbase64 multiline)
+    OCI_CLI_KEY=$(printf "%s" "$OCI_CLI_KEY" | _dbase64)
   fi
 
   return 0
@@ -265,6 +265,7 @@ _signed_request() {
     _response="$(_get "https://${_sig_host}${_sig_target}")"
   elif [ "$_curl_method" = "PATCH" ]; then
     export _H1="$_date_header"
+    # shellcheck disable=SC2090
     export _H2="$_sig_body_sha256"
     export _H3="$_sig_body_type"
     export _H4="$_sig_body_length"