tencent cloud

Tencent Cloud Observability Platform

Certificate

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2025-03-11 19:41:09
Certificate is the certificates configuration item in the configuration parameter TLSConfig.

Field

Field
Type
Description
cert
string
Certificate.
key
string
Private key.

Samples

Use Certificate:
export const option = {
tlsConfig: {
'localhost': {
insecureSkipVerify: false,
rootCAs: [open('tool/tls/twoway/ca.crt')],
certificates: [
{
cert: open('tool/tls/twoway/client.crt'),
key: open('tool/tls/twoway/client.key')
}
]
}
}
}


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백