diff --git a/docs/4.0/docs/guides/applaunchpad/images/set-cert1.png b/docs/4.0/docs/guides/applaunchpad/images/set-cert1.png new file mode 100644 index 00000000000..a4ba0152400 Binary files /dev/null and b/docs/4.0/docs/guides/applaunchpad/images/set-cert1.png differ diff --git a/docs/4.0/docs/guides/applaunchpad/images/set-cert2.png b/docs/4.0/docs/guides/applaunchpad/images/set-cert2.png new file mode 100644 index 00000000000..b7ea59eed18 Binary files /dev/null and b/docs/4.0/docs/guides/applaunchpad/images/set-cert2.png differ diff --git a/docs/4.0/docs/guides/applaunchpad/images/set-cert3.png b/docs/4.0/docs/guides/applaunchpad/images/set-cert3.png new file mode 100644 index 00000000000..0fddf457489 Binary files /dev/null and b/docs/4.0/docs/guides/applaunchpad/images/set-cert3.png differ diff --git a/docs/4.0/docs/guides/applaunchpad/images/set-cert4.png b/docs/4.0/docs/guides/applaunchpad/images/set-cert4.png new file mode 100644 index 00000000000..aa4fc627bc1 Binary files /dev/null and b/docs/4.0/docs/guides/applaunchpad/images/set-cert4.png differ diff --git a/docs/4.0/docs/guides/applaunchpad/set-cert.md b/docs/4.0/docs/guides/applaunchpad/set-cert.md new file mode 100644 index 00000000000..8875d648376 --- /dev/null +++ b/docs/4.0/docs/guides/applaunchpad/set-cert.md @@ -0,0 +1,54 @@ +--- +sidebar_position: 8 +--- + +# Set a Custom Domain Certificate + +Successfully set up a custom domain in "App Launchpad" but cannot access the domain, and it shows the certificate is not +secure. This is because cert-manager did not successfully issue the certificate. To resolve this issue, we can manually +set up the certificate. + +First, make sure you have successfully set up CNAME in your cloud provider and have downloaded the certificate +corresponding to your domain. + +Open "App Launchpad", set a custom domain. + +![](./images/set-cert1.png) + +Open the "Terminal", and execute the following commands in sequence. + +```bash +# Create tls.crt using the certificate file information (replace xxxx with the actual certificate file information). +cat > tls.crt < tls.key < tls.crt < tls.key <