becklyn/cert-key-matcher

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

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

pkg:composer/becklyn/cert-key-matcher

1.0.1 2020-05-19 16:01 UTC

This package is auto-updated.

Last update: 2025-09-20 04:33:03 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