Help Center/
Ubiquitous Cloud Native Service/
User Guide/
Service Mesh/
Service Gateways/
Gateway Certificates
Updated on 2025-07-30 GMT+08:00
Gateway Certificates
Creating a Gateway Certificate on the Console
- Log in to the UCS console. In the navigation pane, choose Service Meshes.
- Click the name of the target service mesh to go to its details page.
- In the navigation pane, choose Service Gateways > Gateway Certificates.
- In the upper right corner, click Create Gateway Certificate.
- Configure parameters and click OK in the lower right corner.
Creating a Gateway Certificate Using YAML
- Log in to the UCS console. In the navigation pane, choose Service Meshes.
- Click the name of the target service mesh to go to its details page.
- In the navigation pane, choose Service Gateways > Gateway Certificates.
- In the upper right corner, click Create from YAML.
- Configure parameters and click OK in the lower right corner.
The following describes the parameters in the YAML file. (Configure the parameters based on site requirements.)
apiVersion: v1 data: tls.crt: LS0== # Enter a Base64-encoded value. tls.key: LS0== # Enter a Base64-encoded value. kind: Secret metadata: name: httpbin-credential namespace: whtest type: kubernetes.io/tls
Parent topic: Service Gateways
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot