This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fdb6f0fd2 Add 5-42 (#2306)
7fdb6f0fd2 is described below

commit 7fdb6f0fd250b6a8ebef4019722b59c6360e16e5
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Feb 24 13:13:35 2023 +0800

    Add 5-42 (#2306)
---
 content/en/docs3-v2/java-sdk/faq/5/42.md    | 16 ++++++++++++++++
 content/zh-cn/docs3-v2/java-sdk/faq/5/42.md | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/content/en/docs3-v2/java-sdk/faq/5/42.md 
b/content/en/docs3-v2/java-sdk/faq/5/42.md
new file mode 100644
index 0000000000..b14f48741f
--- /dev/null
+++ b/content/en/docs3-v2/java-sdk/faq/5/42.md
@@ -0,0 +1,16 @@
+---
+type: docs
+title: "5-42 - Dubbo certificate issuance failed"
+linkTitle: "5-42 - Dubbo certificate issuance failed"
+weight: 42
+---
+
+### possible reason
+
+Dubbo failed to request the remote CA to issue a certificate
+
+### Troubleshooting and resolution steps
+
+- Check CA connection configuration
+- Check CA health status
+- Check CA logs
diff --git a/content/zh-cn/docs3-v2/java-sdk/faq/5/42.md 
b/content/zh-cn/docs3-v2/java-sdk/faq/5/42.md
new file mode 100644
index 0000000000..845b547112
--- /dev/null
+++ b/content/zh-cn/docs3-v2/java-sdk/faq/5/42.md
@@ -0,0 +1,16 @@
+---
+type: docs
+title: "5-42 - Dubbo 证书签发失败"
+linkTitle: "5-42 - Dubbo 证书签发失败"
+weight: 42
+---
+
+### 可能的原因
+
+Dubbo 请求远程 CA 签发证书失败
+
+### 排查和解决步骤
+
+- 检查 CA 连接配置
+- 检查 CA 运行状态
+- 检查 CA 日志

Reply via email to