https://github.com/becklyn/cert-key-checker
Checks that a certificate / key / csr matches in a given directory.
https://github.com/becklyn/cert-key-checker
Last synced: 3 months ago
JSON representation
Checks that a certificate / key / csr matches in a given directory.
- Host: GitHub
- URL: https://github.com/becklyn/cert-key-checker
- Owner: Becklyn
- License: bsd-3-clause
- Created: 2017-11-22T17:29:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T16:27:51.000Z (about 5 years ago)
- Last Synced: 2025-01-14T03:13:57.529Z (4 months ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Certificate Key Checker
=======================A simple CLI tool to quickly check that a certificate and a key match. Can also check for CSR validity.
Installation
------------```bash
composer global require becklyn/cert-key-matcher
```Usage
-----Just call the CLI command in the directory containing the files.
```bash
cert-key-checker
```Checks for the following file extensions:
* `.key` for key files
* `.pem` or `.crt` for cert files
* `.csr` for csr files