【发布时间】:2022-07-27 00:57:51
【问题描述】:
我正在尝试使用以下代码针对证书添加证书列表器
const listenerBody = {
Certificates: [
{
CertificateArn: certificate.certificate_arn
},
],
ListenerArn: httpsListnerArn
}
elbv2.addListenerCertificates(listenerBody, async function (err, data) {}
但我收到以下错误
UnsupportedCertificate:证书“arn:aws:acm:us-west-2:557863456534:certificate/7accec1c-57df-4c6f-a5c5-3f76b1fa9f92”必须具有完全限定的域名、受支持的签名和受支持的密钥大小。
【问题讨论】:
标签: amazon-web-services ssl-certificate