All Products
Search
Document Center

Function Compute (2.0):CertConfig

Last Updated:Mar 03, 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-----