Create Certificate

After the platform administrator imports the TLS certificate and assigns it to a specified project, developers with corresponding project permissions can use the certificate imported and assigned by the platform administrator when using inbound rules and load balancing functionalities. Subsequently, in scenarios such as certificate expiration, the platform administrator can update the certificate centrally.

Notes

The certificate functionality is currently not supported for use in public cloud clusters. You can create TLS type secret dictionaries as needed within the specified namespace.

Steps

  1. Go to Platform Management.

  2. In the left navigation bar, click Network Management > Certificates.

  3. Click Create Certificate.

  4. Refer to the instructions below to configure the relevant parameters.

    ParameterDescription
    Assign Project
    • All Projects: Assign the certificate for use in all projects associated with the current cluster.
    • Specified Project: Assign the certificate for use in the specified project.
    • No Assignment: Do not assign a project for now. After the certificate creation is completed, you can update the projects that can use the certificate through the Update Project operation.
    Public KeyThis refers to tls.crt. When importing the public key, binary files are not supported.
    Private KeyThis refers to tls.key. When importing the private key, binary files are not supported.
  5. Click Create.

ON THIS PAGE