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 年前
相關內容
- 已提問 4 個月前
- 已提問 1 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 3 年前