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

Certificates

When adding an HTTPS, TLS, or QUIC listener, you need to configure a certificate for identity authentication and data encryption.

Server Certificate

A server certificate allows clients to authenticate a backend server during SSL handshake negotiations. Both the certificate content and private key are required.

CA Certificate

A CA certificate is also called client CA public key certificate and used to verify the client certificate issuer. If mutual authentication is required, connections can be established only when the client provides a certificate issued by a specific CA.