2回答
- 新しい順
- 投票が多い順
- コメントが多い順
2
When setting up a custom domain you need to attach a server certificate to the endpoint which has either an ECDSA signature or an RSA signature. In practice this mean that you can either use an RSA cipher or an ECDSA cipher but not both for the same custom domain endpoint.
The standard endpoint, on the other hand, supports both ciphers.
1
This should be noted in the docs at https://docs.aws.amazon.com/iot/latest/developerguide/iot-custom-endpoints-configurable-custom.html under "ACM-generated public certificates"
When using an ACM issued certificate this limits you to RSA, since ACM does not issue ECDSA certificates
回答済み 3年前
関連するコンテンツ
- AWS公式更新しました 6ヶ月前
- AWS公式更新しました 2年前