x509

command module
v0.0.0-...-fa6c0a2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2022 License: MIT Imports: 13 Imported by: 0

README

x509

A simple program to print certificate information.

Usage

The x509 tool is takes only a hostname / url as an argument and will make a dial that hostname with tls.Dial

e % ./x509 ejj.io
{
     "IsCA": false,
     "Version": 3,
     "SerialNumber": 15054454955724096237524256656952086492,
     "Issuer": "USCloudflare, Inc.  Cloudflare Inc ECC CA-3",
     "Subject": "USCloudflare, Inc.  ejj.io",
     "NotBefore": "2022-05-02T00:00:00Z",
     "NotAfter": "2023-05-02T23:59:59Z",
     "KeyUsage": 1,
     "DNSNames": [
         "ejj.io",
         "*.ejj.io"
     ],
     "EmailAddresses": null,
     "IPAddresses": null,
     "URIs": null,
     "PermittedDNSDomainsCritical": false,
     "PermittedDNSDomains": null,
     "ExcludedDNSDomains": null,
     "PermittedIPRanges": null,
     "ExcludedIPRanges": null,
     "PermittedEmailAddresses": null,
     "ExcludedEmailAddresses": null,
     "PermittedURIDomains": null,
     "ExcludedURIDomains": null
 }

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL