瀏覽代碼

improve chain.pem exists evaluating

PMExtra 2 年之前
父節點
當前提交
b8d0d3c242
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deploy/vault.sh

+ 1 - 1
deploy/vault.sh

@@ -115,7 +115,7 @@ vault_deploy() {
     fi
 
     # To make it compatible with the wrong ca path `chain.pem` which was used in former versions
-    if _get "$URL/chain.pem" >/dev/null; then
+    if _contains "$(_get "$URL/chain.pem")" "-----BEGIN CERTIFICATE-----"; then
       _err "The CA certificate has moved from chain.pem to ca.pem, if you don't depend on chain.pem anymore, you can delete it to avoid this warning"
       _info "Updating CA certificate to $URL/chain.pem for backward compatibility"
       if [ -n "$VAULT_KV_V2" ]; then