becklyn/cert-key-matcher

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

1.0.1 2020-05-19 16:01 UTC

This package is auto-updated.

Last update: 2024-04-20 01:13:50 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