跳至內容

AWS ACM algorithm and encryption

0

Hi , I am looking to get details in algorithms in AWS ACM . Can I modify and change the custom algorithm for encryption ? Is there any way to validate it works and is compatible for my end users ?

已提問 2 年前檢視次數 626 次

2 個答案
0
已接受的答案

Here are high level details:

  • There is a Support for different encryption algorithms such as 2048-bit RSA, 256-bit ECDSA and 384-bit ECDSA
  • By default, certificates issued in ACM use RSA keys with a 2048-bit modulus and SHA-256. Additionally, you can request Elliptic Curve Digital Signature Algorithm (ECDSA) certificates with either P-256 or P-384

But keep in mind that: You cannot change the algorithm for an AWS Certificate Manager (ACM) certificate after it's created.

AWS
專家

已回答 2 年前

專家

已審閱 2 年前

專家

已審閱 2 年前

0

Hi, AWS ACM (AWS Certificate Manager) doesn't allow direct modification or customization of encryption algorithms. It supports standard algorithms like RSA and ECDSA for SSL/TLS certificates. If you're looking to use a custom encryption algorithm, you'd need to manage the certificates yourself outside of ACM. To validate compatibility with end users, you'd typically test the certificates in a controlled environment, ensuring that client systems and browsers can establish secure connections without issues.

專家

已回答 2 年前

專家

已審閱 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。