entryMaker

command
v0.0.13 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: MPL-2.0 Imports: 14 Imported by: 0

README

Create OneCRL Entry

Given a certificate, output the corresponding data that can be added to OneCRL.

Build

go build

Run

./entryMaker -cert [path to certificate] -bug [bug URL for the revocation]

Example:

./entryMaker -cert ~/certs/certificate.pem -bug 1864724

will produce an output like

{
        "issuerName": "MFgxCzAJBgNVBAYTAk5MMR4wHAYDVQQKDBVTdGF...",
    "serialNumber": "RR0ycJaMGZl88uTjuXcI7+J28xg=",
    "enabled": true,
    "details": {
      "who": "",
      "created": "2021-02-26T00:06:02Z",
      "bug": "1864724",
      "name": "",
      "why": ""
}
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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