Skip to content

Commit

Permalink
- Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianoflorentino committed Oct 3, 2021
1 parent fa6f7b3 commit 9139e93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,14 +197,14 @@ Certificate information will be validated on time consult. If you want to valida
#### **output**

```json
{
{{
"commonName": "github.com",
"subjectAltName": "['github.com', 'www.github.com']",
"issuer": "DigiCert High Assurance TLS Hybrid ECC SHA256 2020 CA1",
"type": "Organization Validation (OV) Web Server SSL Digital Certificate",
"notBefore": "2021-03-25 00:00:00",
"notAfter": "2022-03-30 23:59:59",
"daysLeft": "370",
"daysLeft": "178",
"crl": "['http://crl3.digicert.com/DigiCertHighAssuranceTLSHybridECCSHA2562020CA1.crl', 'http://crl4.digicert.com/DigiCertHighAssuranceTLSHybridECCSHA2562020CA1.crl']"
}
{
Expand All @@ -214,7 +214,7 @@ Certificate information will be validated on time consult. If you want to valida
"type": "Domain Validation (DV) Web Server SSL Digital Certificate",
"notBefore": "2021-04-12 00:00:00",
"notAfter": "2022-05-11 23:59:59",
"daysLeft": "394",
"daysLeft": "220",
"crl": "CRL not found for this certificate!"
}
{
Expand All @@ -224,7 +224,7 @@ Certificate information will be validated on time consult. If you want to valida
"type": "Organization Validation (OV) Web Server SSL Digital Certificate",
"notBefore": "2021-02-09 00:00:00",
"notAfter": "2022-02-07 23:59:59",
"daysLeft": "363",
"daysLeft": "127",
"crl": "['http://crl3.digicert.com/DigiCertTLSRSASHA2562020CA1.crl', 'http://crl4.digicert.com/DigiCertTLSRSASHA2562020CA1.crl']"
}
```
Expand Down

0 comments on commit 9139e93

Please sign in to comment.