All Products
Search
Document Center

Function Compute:CertConfig

Last Updated:Sep 19, 2024
ParameterTypeDescriptionExample
object

HTTPS certificate configurations.

certNamestring

The name of the certificate. The name can be customized.

my-cert
certificatestring

The certificate. To configure a certificate chain, specify multiple certificates in sequence.

-----BEGIN CERTIFICATE----- xxxxx -----END CERTIFICATE-----
privateKeystring

The private key.

-----BEGIN RSA PRIVATE KEY----- xxxxx -----END RSA PRIVATE KEY-----