Skip to content

Commit fc6f602

Browse files
committed
Merge branch 'main' of github.com:chris-short/certcheck
2 parents f933d04 + 1320fe9 commit fc6f602

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

README.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -39,44 +39,3 @@ A Go program to display certificate chains in the same vein as ssl-tester.
3939
## About
4040

4141
There's a general lack of understanding of how TLS works, the certificate chains used, or cryptography in general. Creating command line tools to help show folks how things work can't hurt, right?
42-
# certcheck
43-
44-
A Go program to display certificate chains in the same vein as ssl-tester.
45-
46-
## Usage
47-
48-
certcheck https://chrisshort.net
49-
50-
## Example Output
51-
52-
Subject: *.chrisshort.net
53-
Issuer: R3
54-
Valid from: 2023-04-25 02:30:44 +0000 UTC
55-
Valid until: 2023-07-24 02:30:43 +0000 UTC
56-
Serial number: 403588798235445259445834570997555816122123
57-
DNS Names: [*.chrisshort.net chrisshort.net]
58-
IP Addresses: []
59-
Signature algorithm: SHA256-RSA
60-
-----
61-
Subject: R3
62-
Issuer: ISRG Root X1
63-
Valid from: 2020-09-04 00:00:00 +0000 UTC
64-
Valid until: 2025-09-15 16:00:00 +0000 UTC
65-
Serial number: 192961496339968674994309121183282847578
66-
DNS Names: []
67-
IP Addresses: []
68-
Signature algorithm: SHA256-RSA
69-
-----
70-
Subject: ISRG Root X1
71-
Issuer: DST Root CA X3
72-
Valid from: 2021-01-20 19:14:03 +0000 UTC
73-
Valid until: 2024-09-30 18:14:03 +0000 UTC
74-
Serial number: 85078200265644417569109389142156118711
75-
DNS Names: []
76-
IP Addresses: []
77-
Signature algorithm: SHA256-RSA
78-
-----
79-
80-
## About
81-
82-
There's a general lack of understanding of how TLS works, the certificate chains used, or cryptography in general. Creating command line tools to help show folks how things work can't hurt, right?

0 commit comments

Comments
 (0)