becklyn/cert-key-matcher
Checks that a certificate / key / csr matches in a given directory.
Maintainers
1.0.1
2020-05-19 16:01 UTC
Requires
- php: ^7.4
- symfony/console: ^5.0
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:
.keyfor key files.pemor.crtfor cert files.csrfor csr files
