Custom Certificates
Learn how to manually set up a custom domain certificate in App Launchpad using Kubernetes secrets and ingress patching.
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.
Open the "Terminal", and execute the following commands in sequence.
Modify the ingress (replace xzy-dev.sealos.run with your own custom domain).
Edit on GitHub
Last updated on