Metadata-Version: 2.4
Name: certmate-cli
Version: 0.1.1
Summary: CertMate command-line interface — the SSL certificate lifecycle from your terminal
Project-URL: Homepage, https://github.com/fabriziosalmi/certmate
Project-URL: Source, https://github.com/fabriziosalmi/certmate/tree/main/clients/certmate-cli
Author-email: Fabrizio Salmi <fabrizio.salmi@gmail.com>
License: MIT
Keywords: acme,certmate,cli,letsencrypt,tls
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Requires-Dist: certmate-sdk>=0.1.1
Requires-Dist: rich>=13
Requires-Dist: typer>=0.9
Description-Content-Type: text/markdown

# certmate-cli

The [CertMate](https://github.com/fabriziosalmi/certmate) SSL certificate
lifecycle from your terminal — built on `certmate-sdk`.

```bash
pip install certmate-cli
export CERTMATE_URL=http://localhost:8000
export CERTMATE_TOKEN=...

certmate cert create app.example.com --dns cloudflare --wait
certmate cert ls
certmate cert info app.example.com
certmate cert renew app.example.com --force
certmate cert create app.example.com --dns cloudflare --dry-run
certmate audit verify
```

Connection comes from `--url`/`--token` or `CERTMATE_URL`/`CERTMATE_TOKEN`.
