An open API service indexing awesome lists of open source software.

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.

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