ctlcheck

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2022 License: MIT Imports: 3 Imported by: 0

README

ctlcheck GoDoc Go Report Card

A utility to check the certificate trust list (CTL) of the linux system.

  • Compare the differences between the current system CAs and the latest data from CCADB
  • Shows certificates that have been removed by the vendor (Mozilla), and unknown certificates
  • Self-signed or company root certificates can be added to the allow list

ctlcheck snapshot

Installation

First install Go.

If you just want to install the binary to your current directory and don't care about the source code, run

GOBIN="$(pwd)" go install github.com/canstand/ctlcheck@latest

If needed, create a ctlcheck.yml file and add your trusted self-signed root certificates in the following format:

allow:
    D59C2F2036FAF503FCDE00B6412318548D75F67D1F93A9953132EB6963B8CA19: Self Signed CA
    E395E72DD44031988FB229CBAC77969AE96188BB6C58AF811B8BD0F31087B9AB: Caddy Local Authority - 2021 ECC Root

Usage

Usage:
  ctlcheck [options]

Options:
  -offline
        load data from ctlcheck.yml instead of fetch from CCADB
  -raw
        print unstyled raw output (set it if output is written to a file)
  -save
        save data to ctlcheck.yml

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