6c96213f3d808eab372a4d977573de202cf4c4f2
services/Certificate-Authority.md
... | ... | @@ -13,6 +13,12 @@ which will show among other things: |
13 | 13 | DNS:.dn42 |
14 | 14 | ``` |
15 | 15 | |
16 | +Certificate fingerprint |
|
17 | +``` |
|
18 | +$ openssl x509 -sha256 -fingerprint -noout -in dn42.crt |
|
19 | +SHA256 Fingerprint=8C:8E:C1:12:DB:85:3E:59:CB:1A:DF:90:74:A4:0C:83:B5:ED:57:1E:BC:06:E0:0D:80:B3:47:68:11:77:E1:C9 |
|
20 | +``` |
|
21 | + |
|
16 | 22 | **Test Sites with a bad key** |
17 | 23 | |
18 | 24 | The following sites have been setup to demonstrate the key failing when signed for invalid subject alternates. |
... | ... | @@ -50,4 +56,6 @@ X0KmpxYGil6Ly5xImaVqwxnm7wlDiNT6vd0cPgtKd/YynPFNw9Eh+MSamw== |
50 | 56 | -----END CERTIFICATE----- |
51 | 57 | ``` |
52 | 58 | |
59 | + |
|
60 | + |
|
53 | 61 | If you would like to have a certificate signed by this CA send a CSR to [email protected] |
... | ... | \ No newline at end of file |