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

https://github.com/miterion/dfnclient

Small python script for dfn certifiactes
https://github.com/miterion/dfnclient

certificates client dfn pki python

Last synced: 4 months ago
JSON representation

Small python script for dfn certifiactes

Awesome Lists containing this project

README

          

# DFNClient
[![PyPI](https://img.shields.io/pypi/v/dfnclient?color=green&style=flat-square&link=https%3A%2F%2Fpypi.org%2Fproject%2Fdfnclient%2F)](https://pypi.org/project/dfnclient/)
[![Travis (.org)](https://img.shields.io/travis/miterion/dfnclient?style=flat-square&link=https%3A%2F%2Ftravis-ci.org%2Fgithub%2Fmiterion%2Fdfnclient%2F)](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
```