|
|
|
|
|
by singlewind
1873 days ago
|
|
In the CPS document it said this is SHA256 fingerprint. So I run the following command and the value doesn't match. I have asked AWS support. They said it is out of scope. Mostly like the support team doesn't know either. openssl x509 -in AmazonRootCA1.pem -noout -fingerprint -sha256 |
|
Calculating this is generally easy from a typical WebPKI library; less straight-forward from the command line:
(Note: That matches the AWS hash.)The hash of the public key is often used as a stable identifier for entities. Hashes of certificates will, of course, change w/ the validity dates and serial number.