becklyn / cert-key-matcher
Checks that a certificate / key / csr matches in a given directory.
1.0.1
2020-05-19 16:01 UTC
Requires
- php: ^7.4
- symfony/console: ^5.0
This package is auto-updated.
Last update: 2024-10-20 02:26:21 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