Metadata-Version: 2.1
Name: dfnclient
Version: 0.4.3
Summary: Certificate client based on the soap API of the dfn
Home-page: https://github.com/Miterion/dfnclient
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: click (==7.1.2)
Requires-Dist: termcolor (==1.1.0)
Requires-Dist: suds-py3 (==1.4.1.0)
Requires-Dist: cryptography (==2.9.2)

# DFNClient
![PyPI](https://img.shields.io/pypi/v/dfnclient?color=green&style=for-the-badge&link=https://pypi.org/project/dfnclient/)
![Travis (.org)](https://img.shields.io/travis/miterion/dfnclient?style=for-the-badge&link=https://travis-ci.org/github/miterion/dfnclient/)

A small python script to request certificates from the dfn

```
Usage: dfnclient [OPTIONS] COMMAND [ARGS]...

Options:
  -h, --help  Show this message and exit.

Commands:
  create           Create a new certificate and signing request
  csr              Generate a certificate for an existing certificate.
  generate_config  Prints an example config
```


