2 réponses
- Le plus récent
- Le plus de votes
- La plupart des commentaires
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.
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.
Contenus pertinents
demandé il y a 3 ans
demandé il y a 2 ans
demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a 2 ans
