Updated on 2025-07-30 GMT+08:00

Gateway Certificates

Creating a Gateway Certificate on the Console

  1. Log in to the UCS console. In the navigation pane, choose Service Meshes.
  2. Click the name of the target service mesh to go to its details page.
  3. In the navigation pane, choose Service Gateways > Gateway Certificates.
  4. In the upper right corner, click Create Gateway Certificate.

  5. Configure parameters and click OK in the lower right corner.

Creating a Gateway Certificate Using YAML

  1. Log in to the UCS console. In the navigation pane, choose Service Meshes.
  2. Click the name of the target service mesh to go to its details page.
  3. In the navigation pane, choose Service Gateways > Gateway Certificates.
  4. In the upper right corner, click Create from YAML.

  5. 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