Metadata-Version: 2.1
Name: certificate-check
Version: 1.1.2
Summary: 
Author: helio12242
Author-email: heliojorgesilva12@hotmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: cryptography (>=43.0.0,<44.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: typer (>=0.12.5,<0.13.0)
Description-Content-Type: text/markdown

# `certificate-check`

**Usage**:

```console
$ certificate-check [OPTIONS] FILENAME
```

**Arguments**:

* `FILENAME`: The certificate file to use (must finish with .cer)  [required]

**Options**:

* `--forcedownload / --no-forcedownload`: Redownloads the CRL file if it already exists  [default: no-forcedownload]
* `--install-completion`: Install completion for the current shell.
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
* `--help`: Show this message and exit.

