becklyn/cert-key-matcher

Checks that a certificate / key / csr matches in a given directory.

Maintainers

👁 becklyn

Package info

github.com/Becklyn/cert-key-checker

pkg:composer/becklyn/cert-key-matcher

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.1 2020-05-19 16:01 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause f2105e25408d27e13428670cb32ab17120ba9c79

This package is auto-updated.

Last update: 2026-06-20 06:01:55 UTC


README

A simple CLI tool to quickly check that a certificate and a key match. Can also check for CSR validity.

Installation

composer global require becklyn/cert-key-matcher

Usage

Just call the CLI command in the directory containing the files.

cert-key-checker

Checks for the following file extensions:

  • .key for key files
  • .pem or .crt for cert files
  • .csr for csr files